Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 1.2 KB

Contributing to Granite Code Models

We want to make contributing to this project as straightfoward as possible.

📝 Issues

We use GitHub issues to track public bugs and inconsistencies. Plese follow these instructions to create an issue:

  1. Create a bug/inconsistency issue by using this template.
  2. Make sure to provide all the information that the template requires. Please provide clear instructions on how to reproduce the issue.

🔨 Pull Requests

At present, we only welcome pull requests to correct bugs and inconsistencies. Before submitting a pull request please make sure to:

  1. Create an issue by following these instructions, and make sure to link it to your pull request.
  2. Fork the repository and create your branch from main.
  3. Please make sure your code lints.
  4. Ensure the test suite passes.
  5. If you've changed code examples, please update their respective documentation.
  6. If you've added code that requires a new test, please include this test in your pull request.

⭐ License

By contributing to Granite Code Models, you agree that your contributions will be licensed under Apache 2.0.