Skip to content

Commit 79e0182

Browse files
authored
chore: commit messages must use conventional commits format
1 parent 7aca83f commit 79e0182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Once you're happy with your code, go ahead and open a Pull Request.
4141

4242
## Pull Request Process
4343

44+
First, please format your commit messages so that they follow the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) format.
45+
4446
On opening a PR, a GitHub action will execute the test suite against the new code. All code is
4547
required to pass the tests, and new code must be accompanied by new tests.
4648

0 commit comments

Comments
 (0)