Thank you for considering contributing to the Trackster Flet App! Here are some guidelines to help you get started.
-
Fork the repository: Click the "Fork" button at the top right of the repository page.
-
Clone your fork:
git clone https://github.com/shouryashashank/Trackster.git
-
Create a new branch:
git checkout -b feature-name
-
Make your changes: Implement your feature or fix the bug.
-
Commit your changes:
git add . git commit -m "Description of your changes"
-
Push to your branch:
git push origin feature-name
-
Create a Pull Request: Go to the repository on GitHub and click the "New Pull Request" button.
- Follow the existing code style.
- Write clear and concise commit messages.
If you find a bug or have a feature request, please create an issue on GitHub.
- Ensure your code passes all tests before submitting a pull request.
- Be respectful and considerate in your interactions with others.
Thank you for your contributions!