diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4009262..0204277 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - + ## Description @@ -11,6 +11,7 @@ - [ ] My code follows the code style of this project. + - [ ] using [conventional commits](https://www.conventionalcommits.org/) (we like auto [release semver](https://semver.org/)) - [ ] I have added also tests for my new code. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly.