Skip to content

Commit 697457a

Browse files
authored
docs(contributing): commit message format (#235)
1 parent 129c019 commit 697457a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ make test # Make sure all the tests pass before you commit and push :)
4848

4949
* Commits should be as small as possible, while ensuring that each commit is correct independently (i.e., each commit should compile and pass tests).
5050

51+
* Commits messages have to adhere to the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary).
52+
53+
* If multiple commits address independent things, use multiple PRs - avoid creating one PR that fix two or more things.
54+
5155
* If your patch is not getting reviewed or you need a specific person to review it, you can @-reply a reviewer asking for a review in the pull request or a comment, or you can ask for a review in our [chat room](https://matrix.to/#/#fortigate_exporter:matrix.org).
5256

5357
* Add tests relevant to the fixed bug or new feature.

0 commit comments

Comments
 (0)