We want to make contributing to this project as straightfoward as possible.
We use GitHub issues to track public bugs and inconsistencies. Plese follow these instructions to create an issue:
- Create a bug/inconsistency issue by using this template.
- Make sure to provide all the information that the template requires. Please provide clear instructions on how to reproduce the issue.
At present, we only welcome pull requests to correct bugs and inconsistencies. Before submitting a pull request please make sure to:
- Create an issue by following these instructions, and make sure to link it to your pull request.
- Fork the repository and create your branch from
main
. - Please make sure your code lints.
- Ensure the test suite passes.
- If you've changed code examples, please update their respective documentation.
- If you've added code that requires a new test, please include this test in your pull request.
By contributing to Granite Code Models, you agree that your contributions will be licensed under Apache 2.0.