We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9713c7c commit 4915477Copy full SHA for 4915477
1 file changed
CONTRIBUTING.md
@@ -19,6 +19,8 @@ request. We then kindly ask that:
19
- all code changes must be tested manually and automated tests should
20
be included when possible.
21
- 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.
24
- commits on a single pull request must be squashed together to keep
25
make reviews easier.
26
- commits must be signed (this is supported by most Git clients as
0 commit comments