docs: Mention convential commits format in CONTRIBUTING.md

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:
Ben Browning 2025-02-13 10:53:28 -05:00
parent cc700b2f68
commit 25cb0fb377

View file

@ -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