Skip to content

Commit 4915477

Browse files
committed
docs(contrib): add conventional commits requirement
1 parent 9713c7c commit 4915477

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ request. We then kindly ask that:
1919
- all code changes must be tested manually and automated tests should
2020
be included when possible.
2121
- all necessary documentation should be included as well.
22+
- commit messages must follow the [conventional commits specification](https://www.conventionalcommits.org).
23+
See commit history for examples.
2224
- commits on a single pull request must be squashed together to keep
2325
make reviews easier.
2426
- commits must be signed (this is supported by most Git clients as

0 commit comments

Comments
 (0)