Thank you for your interest in contributing to DevTrack! We welcome contributions from everyone.
- Fork the repository on GitHub.
- Clone your fork locally.
git clone https://github.com/Alpha4Coders/DevTrack.git cd DevTrack - Install dependencies for both client and server.
cd server && npm install && cd ../client && npm install
- Create a new branch for your changes.
git checkout -b feature/your-feature-name
- Use the Bug Report template when opening an issue.
- Describe the bug clearly and provide steps to reproduce.
- Use the Feature Request template when opening an issue.
- Explain why this feature would be useful and how it should work.
- Ensure your code follows the project's style.
- Write clear, concise commit messages.
- Update documentation if necessary.
- Open a Pull Request against the
mainbranch. - Wait for feedback and address any review comments.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
If you have any questions, feel free to open an issue or reach out to the maintainers.