Thank you for considering contributing to Task Tracker! Your time and effort are appreciated.
- Fork the repository and clone it to your local machine.
- Install the necessary dependencies by running
npm install
.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
orbugfix/your-bug-fix
. - Make your changes and ensure that the existing tests pass.
- Add new tests if applicable.
- Commit your changes with a clear and descriptive commit message.
- Push your changes to your forked repository.
- Submit a pull request to the main repository's
main
branch.
- Follow the existing code style and naming conventions.
- Run linters and fix any issues before submitting your changes.
If you find any issues or bugs, please open a GitHub issue and provide detailed information about the problem, including steps to reproduce.
We're open to new ideas and improvements. If you have a feature request, please open a GitHub issue to discuss it.
By contributing to Task Tracker, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.
Happy contributing!