-
-
Notifications
You must be signed in to change notification settings - Fork 23
Contributor Quick Checklist
Subhadip Saha edited this page May 16, 2025
·
1 revision
First off, thank you for taking the time to contribute!
We appreciate your support and commitment to making CodeNearby better for developers everywhere.
- Bug Reports: Help us improve by reporting reproducible bugs.
- Feature Requests: Suggest new features to enhance the platform.
- UI Suggestions: Recommend UI/UX improvements for a better experience.
- Performance Issues: Help identify and resolve performance bottlenecks.
- Documentation Feedback: Help keep our docs clear and accurate.
- Pull Requests: Fix a bug, improve docs, refactor code, or add a feature.
When opening a new issue, please select the appropriate template:
| Template | Purpose |
|---|---|
| ๐ Bug Report | Report software defects and glitches. |
| ๐ Docs Feedback | Suggest corrections or improvements to documentation. |
| ๐ Feature Request | Propose new features or enhancements. |
| โก Performance Issue | Report slowdowns, bottlenecks, or optimization needs. |
| ๐จ UI Suggestion | Share ideas to improve the user interface and experience. |
Please provide as much detail as possible so we can address it effectively.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Commit your changes (
git commit -m 'Add some feature'). - Push to your branch (
git push origin feature/your-feature-name). - Open a Pull Request on the
mainbranch. - In the pull request description:
- Clearly summarize what you changed.
- Explain why itโs needed.
- Add screenshots if visual changes are included.
Use clear and structured commit messages:
| Type | Usage |
|---|---|
feat: |
New feature |
fix: |
Bug fix |
docs: |
Documentation only changes |
style: |
Code style changes (formatting, missing semi-colons, etc.) |
refactor: |
Refactoring code without changing behavior |
perf: |
Performance improvements |
test: |
Adding or fixing tests |
Example:
feat(auth): add GitHub OAuth login
- Follow the existing coding style.
- Keep pull requests small and focused.
- Write unit tests when applicable.
- Test thoroughly before submitting.
Please read and follow our Code of Conduct to ensure a welcoming community for everyone.
Your contributions make CodeNearby better for developers everywhere.
Weโre excited to collaborate with you and build something amazing together.