Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79e0182

Browse files
authoredMar 23, 2021
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.