Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

39 lines (23 loc) · 1.3 KB

Contributing to Task Tracker

Thank you for considering contributing to Task Tracker! Your time and effort are appreciated.

Getting Started

  1. Fork the repository and clone it to your local machine.
  2. Install the necessary dependencies by running npm install.

Making Changes

  • Create a new branch for your feature or bug fix: git checkout -b feature/your-feature or bugfix/your-bug-fix.
  • Make your changes and ensure that the existing tests pass.
  • Add new tests if applicable.

Submitting Changes

  1. Commit your changes with a clear and descriptive commit message.
  2. Push your changes to your forked repository.
  3. Submit a pull request to the main repository's main branch.

Code Style

  • Follow the existing code style and naming conventions.
  • Run linters and fix any issues before submitting your changes.

Issues and Bug Reports

If you find any issues or bugs, please open a GitHub issue and provide detailed information about the problem, including steps to reproduce.

Feature Requests

We're open to new ideas and improvements. If you have a feature request, please open a GitHub issue to discuss it.

License

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!