Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 774 Bytes

File metadata and controls

27 lines (21 loc) · 774 Bytes

Contributing to CycleTrans!

Thank you for considering contributing to CycleTrans! 🎉
We welcome contributions that help improve the project. Here's how you can get involved:


How to Contribute

1. Report Bugs

If you find a bug, please open an issue.

  • A clear description of the problem.
  • Steps to reproduce the issue.
  • Any error messages or logs (if applicable).

2. Suggest Features

Got an idea? Let us know by opening a feature request an issue

  • A detailed explanation of your idea.
  • Why you think it would benefit the project.

3. Code Contributions

We love pull requests! To get started:

  1. Fork the repository and clone your fork.
  2. Create a new branch for your changes:
    git checkout -b feature/your-feature-name