Thank you for your interest in contributing to [contributor]!
Before you make a contribution, you need to sign our Contributor License Agreement (CLA). Please make sure to read and understand the agreement before proceeding.
- Fork the repository
- Create a new branch:
git checkout -b my-fix-branch
- Make your changes
- Run tests: Ensure all tests pass
- Commit your changes:
git commit -am 'feat(issue_comment): add new feature'
- Push to the branch:
git push origin my-fix-branch
- Create a new Pull Request
Please include a clear and detailed description of your changes. If you've fixed a bug or added a feature, ensure your changes are covered by tests.
This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
Thank you!
[LLMKIRA]