Welcome to our contribution activity! In the upcoming days, you and your team will work on improving our assigned GitHub repository. Maintain a collaborative spirit and focus on high-quality contributions. Your assigned maintainer 🛠️ will guide you through this process and will evaluate your contributions based on quality. 💯
Your contributions can be in the following areas:
- 📖 Improving Documentation: Enhance README files, add comments, or create helpful guides.
- 🆕 Adding New Features or Improving Functionality: Implement new features or refine existing ones.
- 🐞 Bug Fixing: Identify and fix bugs to improve the codebase.
- 💡 Suggesting New Features: Propose meaningful enhancements.
- ⚡ Code Optimization: Improve the performance and efficiency of existing features.
- Before working on a feature or bug fix, check if an issue already exists. 🔍
- If no issue exists, create a new issue describing the problem or enhancement.
- Maintain clear, concise, and detailed descriptions.
- 🔀 Fork the repository and create a new branch for your changes.
- 🏷️ Follow proper naming conventions (e.g.,
feature/add-search-bar
orfix/login-bug
). - 📏 Keep PRs small and focused on a single feature or fix.
- 📝 Provide a clear title and description for your PR.
- 🔗 Link to the related issue in your PR description (if applicable).
- ✅ Ensure your code follows the project's style guidelines.
- 🧐 Request a review from your maintainer.
- ❌ Don't raise another issue before completing an existing one. If a contributor raises multiple issues simultaneously, all their issues will be closed by the maintainers.
- 🖊️ Write meaningful commit messages.
- 🏆 Follow coding standards and best practices.
- 🔄 Regularly pull changes from the main repository to avoid merge conflicts.
Your contributions will be evaluated by the maintainer based on:
🏆 Criteria | 🎯 Points |
---|---|
📖 Documentation Improvement | 0-5 |
🐞 Bug Fixes | 0-10 |
⚡ Code Optimization | 0-10 |
🆕 New Feature Implementation | 0-15 |
Be sure to communicate with your maintainer 🛠️ and ask for guidance when needed.
Happy coding! 🎉💻🚀