Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

48 lines (32 loc) · 1.18 KB

Contributing to Trackster Flet App

Thank you for considering contributing to the Trackster Flet App! Here are some guidelines to help you get started.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.

  2. Clone your fork:

    git clone https://github.com/shouryashashank/Trackster.git
  3. Create a new branch:

    git checkout -b feature-name
  4. Make your changes: Implement your feature or fix the bug.

  5. Commit your changes:

    git add .
    git commit -m "Description of your changes"
  6. Push to your branch:

    git push origin feature-name
  7. Create a Pull Request: Go to the repository on GitHub and click the "New Pull Request" button.

Code Style

  • Follow the existing code style.
  • Write clear and concise commit messages.

Reporting Issues

If you find a bug or have a feature request, please create an issue on GitHub.

Additional Notes

  • 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!