Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.46 KB

File metadata and controls

48 lines (34 loc) · 1.46 KB

Contributing to DevTrack

Thank you for your interest in contributing to DevTrack! We welcome contributions from everyone.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
    git clone https://github.com/Alpha4Coders/DevTrack.git
    cd DevTrack
  3. Install dependencies for both client and server.
    cd server && npm install && cd ../client && npm install
  4. Create a new branch for your changes.
    git checkout -b feature/your-feature-name

How to Contribute

Reporting Bugs

  • Use the Bug Report template when opening an issue.
  • Describe the bug clearly and provide steps to reproduce.

Suggesting Features

  • Use the Feature Request template when opening an issue.
  • Explain why this feature would be useful and how it should work.

Pull Requests

  1. Ensure your code follows the project's style.
  2. Write clear, concise commit messages.
  3. Update documentation if necessary.
  4. Open a Pull Request against the main branch.
  5. Wait for feedback and address any review comments.

Code of Conduct

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.

Questions?

If you have any questions, feel free to open an issue or reach out to the maintainers.