mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
docs: Mention convential commits format in CONTRIBUTING.md (#1075)
# What does this PR do? This adds a note to ensure pull requests follow the conventional commits format, along with a link to that format, in CONTRIBUTING.md. One of the pull-request checks enforces PR titles that match this format, so it's good to be upfront about this expectation before a new developer opens a PR. Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
parent
cc700b2f68
commit
8c01b7f05a
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ If you need help or guidance, comment on the issue. Issues that are extra friend
|
||||||
3. Ensure the test suite passes.
|
3. Ensure the test suite passes.
|
||||||
4. Make sure your code lints using `pre-commit`.
|
4. Make sure your code lints using `pre-commit`.
|
||||||
5. If you haven't already, complete the Contributor License Agreement ("CLA").
|
5. If you haven't already, complete the Contributor License Agreement ("CLA").
|
||||||
|
6. Ensure your pull request follows the [conventional commits format](https://www.conventionalcommits.org/en/v1.0.0/).
|
||||||
|
|
||||||
## Contributor License Agreement ("CLA")
|
## Contributor License Agreement ("CLA")
|
||||||
In order to accept your pull request, we need you to submit a CLA. You only need
|
In order to accept your pull request, we need you to submit a CLA. You only need
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue