Contributions are welcome via GitHub Pull Requests. This document outlines the process to help get your contribution accepted.
Any type of contribution is welcome: new features, bug fixes, documentation improvements, etc.
- Fork this repository, develop, and test your changes.
- Submit a pull request.
When submitting a PR make sure that:
- It has passed CI jobs.
- The title of the PR is clear enough.
- If necessary, add/modify information to the repository's
README.md
.
- Changes are manually reviewed by LLMCode team members ASAP.
- The PR is merged by the reviewer(s) in the GitHub
develop
branch. - After thorough testing, the changes are merged into the GitHub main branch.