Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.57 KB

Contributing to STAR: Sci-fi Techiral Assistant Robot

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.

How to Contribute

  1. Fork the repository by clicking the "Fork" button on the upper right corner of this page.
  2. Clone your forked repository locally: git clone https://github.com/your-username/STAR.git
  3. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature.
  4. Commit your changes and push them to your fork: git push origin feature/your-feature.
  5. Submit a pull request to the main branch of the original repository.

Code of Conduct

Please note that we have a Code of Conduct that contributors are expected to follow. It ensures a positive and inclusive atmosphere for everyone.

Contribution Guidelines

  1. Ensure your code adheres to the project's coding standards.
  2. Document any new features, changes, or updates you make in your code.
  3. Write clear and informative commit messages.
  4. Test your changes thoroughly before submitting a pull request.
  5. Be open to feedback and discussions during the review process.
  6. Contribute to discussions and help fellow contributors.

Issues

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!