-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modified readme #346
modified readme #346
Conversation
@REHAN-18 is attempting to deploy a commit to the bunty's projects Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe changes to the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (2)
README.md (2)
145-170
: Excellent addition of contribution guidelines!The new "How to Contribute" section provides clear and concise steps for potential contributors. This addition will greatly help newcomers understand the contribution process and encourage participation.
However, I have a minor suggestion to improve readability:
Consider using a numbered list for the contribution steps instead of headings. This will make the steps easier to follow and maintain consistent formatting. Here's an example of how it could look:
### 💵 How to Contribute 1. Fork the repository to your GitHub account. 2. Clone the forked repository to your local machine. ```bash git clone https://github.com/<github_username>/PlayCafe.git
- Create a new branch for your changes.
git checkout -b feature/your-feature- Make your changes, whether they're bug fixes, new features, or improvements.
- Add the changes in your branch.
git add .
- Commit your changes with descriptive commit messages.
git commit -m "Add your descriptive commit message here" git push origin feature/your-feature
- Open a Pull Request (PR) against the main repository.
Additional Notes
- Start working on the issue, Don't wait to get it assigned by the maintainers
- Your every contribution counts, Thanks for contributing to PlayCafe
This format maintains the information while improving readability and consistency. <details> <summary>🧰 Tools</summary> <details> <summary>🪛 Markdownlint</summary><blockquote> 147-147: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 148-148: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 152-152: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 156-156: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 157-157: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 161-161: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 166-166: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 168-168: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 169-169: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 147-147: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 148-148: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 152-152: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 156-156: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 161-161: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 166-166: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) </blockquote></details> </details> --- Line range hint `184-465`: **Excellent update to the Contributors section!** The expanded Contributors section with avatars, names, and GitHub links is a great way to recognize and appreciate all contributors to the project. The visual representation makes the section more engaging and the introductory message sets a positive tone. To ensure this section remains up-to-date and manageable as the project grows, consider implementing an automated solution to update the contributors list. Tools like the `all-contributors` bot can help maintain this section with minimal manual intervention. This will ensure all contributors are recognized promptly and consistently. Here's how you can set it up: 1. Install the All Contributors bot on your repository. 2. Use comments in issues and PRs to trigger the bot to add new contributors. 3. The bot will automatically update the README with new contributors. This approach will help maintain an accurate and up-to-date list of contributors as your project continues to grow. <details> <summary>🧰 Tools</summary> <details> <summary>🪛 LanguageTool</summary><blockquote> [grammar] ~131-~131: The verb ‘help’ is used with an infinitive. Context: ...(GSSoC) Extended, an initiative to help aspiring developers get involved in the open-sou... (ADVISE_VBG) </blockquote></details> <details> <summary>🪛 Markdownlint</summary><blockquote> 147-147: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 148-148: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 152-152: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 156-156: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 157-157: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 161-161: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 166-166: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 168-168: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 169-169: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 147-147: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 148-148: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 152-152: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 156-156: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 161-161: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 166-166: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) </blockquote></details> </details> </blockquote></details> </blockquote></details> <details> <summary>📜 Review details</summary> **Configuration used: CodeRabbit UI** **Review profile: CHILL** <details> <summary>📥 Commits</summary> Files that changed from the base of the PR and between bd83a2542e4673132f31688ba5f60d30922dd52b and 6eea9bf746f06f41957dc0c055a4fc53311d77fd. </details> <details> <summary>📒 Files selected for processing (1)</summary> * README.md (1 hunks) </details> <details> <summary>🧰 Additional context used</summary> <details> <summary>🪛 Markdownlint</summary><blockquote> <details> <summary>README.md</summary><blockquote> 147-147: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 148-148: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 152-152: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 156-156: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 157-157: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 161-161: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 166-166: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 168-168: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 169-169: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 147-147: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 148-148: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 152-152: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 156-156: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 161-161: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 166-166: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) </blockquote></details> </blockquote></details> </details> <details> <summary>🔇 Additional comments (3)</summary><blockquote> <details> <summary>README.md (3)</summary><blockquote> `133-139`: **Great addition of program badges!** The inclusion of GSSoC 2024 Extended and Hacktoberfest 2024 images enhances the README's visual appeal and clearly showcases the project's participation in these programs. This addition will likely attract more contributors and increase the project's visibility. --- Line range hint `173-181`: **Great update to the Mentors section!** The addition of a specific mentor, Shiva Bajpai, along with their role and GitHub profile link, adds credibility to the project and provides a clear point of contact for contributors seeking guidance. This update will help foster a supportive environment for contributors. <details> <summary>🧰 Tools</summary> <details> <summary>🪛 LanguageTool</summary><blockquote> [grammar] ~131-~131: The verb ‘help’ is used with an infinitive. Context: ...(GSSoC) Extended, an initiative to help aspiring developers get involved in the open-sou... (ADVISE_VBG) </blockquote></details> <details> <summary>🪛 Markdownlint</summary><blockquote> 147-147: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 148-148: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 152-152: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 156-156: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 157-157: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 161-161: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 166-166: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 168-168: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 169-169: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 147-147: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 148-148: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 152-152: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 156-156: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 161-161: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 166-166: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) </blockquote></details> </details> --- Line range hint `467-475`: **Great enhancement to the Support section!** The updated Support section provides clear and actionable ways for users to contribute to the project's success. The inclusion of sponsorship options and the encouragement to star the repository are excellent additions that can help with project visibility and potentially, financial sustainability. The thank you message at the end adds a nice personal touch and shows appreciation for the community's support. This update effectively communicates the value of user support to the project. <details> <summary>🧰 Tools</summary> <details> <summary>🪛 LanguageTool</summary><blockquote> [grammar] ~131-~131: The verb ‘help’ is used with an infinitive. Context: ...(GSSoC) Extended, an initiative to help aspiring developers get involved in the open-sou... (ADVISE_VBG) </blockquote></details> <details> <summary>🪛 Markdownlint</summary><blockquote> 147-147: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 148-148: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 152-152: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 156-156: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 157-157: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 161-161: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 166-166: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 168-168: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 169-169: null Headings must start at the beginning of the line (MD023, heading-start-left) --- 147-147: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 148-148: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 152-152: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 156-156: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 161-161: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) --- 166-166: Punctuation: '.' Trailing punctuation in heading (MD026, no-trailing-punctuation) </blockquote></details> </details> </blockquote></details> </blockquote></details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
1ffa335
into
RamakrushnaBiswal:main
Summary by CodeRabbit