Contributions are welcome! Follow these guidelines to contribute to Tracktor.
- Fork the repository on GitHub
- Clone your forked repository to your local machine
- Create a new branch for your feature or bug fix
- Make your changes with clear, descriptive commit messages
- Run tests to ensure everything works
- Run the linter to maintain code quality
- Push your changes to your forked repository
- Open a pull request against the dev repository
pnpm run testpnpm run lint
pnpm run format- Follow the project's coding standards
- Include appropriate tests for new features
- Write clear commit messages
- Update documentation when necessary
- Ensure all tests pass before submitting a pull request
All contributions should maintain or improve code quality. Run linting and formatting tools before committing changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or assistance, contact the project maintainer at javedh.dev@gmail.com.