From 35e925355be7fd906d4a0b5861fae03c32372535 Mon Sep 17 00:00:00 2001 From: genofire Date: Sun, 17 Sep 2023 11:00:53 +0200 Subject: [PATCH] chore(github): template for pullrequest follow conventional commits --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.