We welcome and appreciate contributions from the open-source community to help make STAR even better. If you're interested in contributing to the project, please read this document to understand how you can help.
- Fork the repository by clicking the "Fork" button on the upper right corner of this page.
- Clone your forked repository locally:
git clone https://github.com/your-username/STAR.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
. - Commit your changes and push them to your fork:
git push origin feature/your-feature
. - Submit a pull request to the
main
branch of the original repository.
Please note that we have a Code of Conduct that contributors are expected to follow. It ensures a positive and inclusive atmosphere for everyone.
- Ensure your code adheres to the project's coding standards.
- Document any new features, changes, or updates you make in your code.
- Write clear and informative commit messages.
- Test your changes thoroughly before submitting a pull request.
- Be open to feedback and discussions during the review process.
- Contribute to discussions and help fellow contributors.
If you find any issues or have ideas for improvements, please feel free to create an issue in the GitHub issue tracker.
Thank you for considering contributing to STAR and being part of our journey from fiction to reality!