Skip to content

Commit

Permalink
docs(contributing): commit message format (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd authored Jul 17, 2023
1 parent 129c019 commit 697457a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ make test # Make sure all the tests pass before you commit and push :)

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

* Commits messages have to adhere to the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary).

* If multiple commits address independent things, use multiple PRs - avoid creating one PR that fix two or more things.

* 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).

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

0 comments on commit 697457a

Please sign in to comment.