Thank you for your interest in contributing to Badges Discord! 🙌 This project is community-driven, and we welcome new ideas, improvements, and fixes. Below you'll find everything you need to get started.
- Getting Started
- How to Report a Bug
- How to Suggest an Improvement
- How to Contribute Code
- Code Style and Conventions
- License and Commit Signing
- Code of Conduct
- Acknowledging Contributors
-
Read the README.md: Familiarize yourself with the purpose and structure of the project.
-
Check open issues: Look at the Issues tab to see where you can help.
-
Clone the repository:
git clone https://github.com/PandaDevOfficial/badges-discord.git cd badges-discord -
Create a branch for your task:
git checkout -b your-branch-name
-
Go to the Issues section.
-
Click "New Issue" and select the appropriate type (bug report).
-
Fill out the template providing:
- Clear description of the bug.
- Steps to reproduce it.
- Expected behavior.
- Screenshots or logs if possible.
- Open a new "Issue" in the corresponding section.
- Describe the proposed improvement clearly and concisely.
- If possible, include examples or links to relevant resources.
-
Fork the repository: Click "Fork" in the top-right corner.
-
Clone your fork:
git clone https://github.com/YOUR-USERNAME/badges-discord.git cd badges-discord -
Create a descriptive branch:
git checkout -b add-nitro-badge
-
Make your changes and ensure everything works properly.
-
Commit your changes:
git add . git commit -m "Add Nitro badge"
-
Push your changes:
git push origin add-nitro-badge
-
Create a Pull Request: Go to your fork page and click "Compare & pull request".
- Markdown: Use tables and lists to organize information.
- Images: Place images in the
/assets/folder and use relative paths. - Emojis: Use emojis to improve readability and engagement.
By contributing, you agree that your changes will be under the project’s license. Additionally, commits should be signed using the following format:
git commit -s -m "Commit message"The -s option adds a DCO (Developer Certificate of Origin) sign-off to the commit.
This project follows the Contributor Covenant Code of Conduct, promoting an inclusive and respectful environment. By participating, you agree to adhere to this code.
Your contributions are valuable! All contributors will be recognized in the Contributors section of the repository.
Have questions or need help? Feel free to open a new "Issue" or contact the maintainers.
We look forward to your contributions! 🚀