We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aca83f commit 79e0182Copy full SHA for 79e0182
CONTRIBUTING.md
@@ -41,6 +41,8 @@ Once you're happy with your code, go ahead and open a Pull Request.
41
42
## Pull Request Process
43
44
+First, please format your commit messages so that they follow the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) format.
45
+
46
On opening a PR, a GitHub action will execute the test suite against the new code. All code is
47
required to pass the tests, and new code must be accompanied by new tests.
48
0 commit comments