Thank you for your interest in contributing to synTrack! We welcome contributions from anyone ❤️
To contribute to synTrack, you can follow these steps:
- Fork the repository on Github.
- Clone your forked repository to your local machine.
- Create a new branch for your changes:
git checkout -b my-new-feature
. - Make your changes and commit them:
git commit -am 'Add some feature'
. - Push your changes to your forked repository:
git push origin my-new-feature
. - Create a pull request from your branch to the
main
branch of the original repository on Github.
Please make sure to follow the Code of Conduct and License when contributing to synTrack.
To ensure consistency and readability, please follow the Dart Style Guide.
If you find a bug in synTrack, please open an issue on Github with a detailed description of the bug and steps to reproduce it. Please include any relevant code, error messages, and screenshots if applicable.
If you have an idea for a new feature or improvement to synTrack, please open an issue on Github with a detailed description of the feature or improvement. Please include any relevant mockups, diagrams, or other visuals if applicable.
We welcome pull requests from anyone! When creating a pull request, please:
- Explain the changes you've made and why they're necessary.
- Make sure your code follows the code style guidelines.
- Make sure your code passes all tests and does not introduce any new bugs.
- Include any relevant documentation updates.
- Include screenshots or other visuals if applicable.