chore(github): template for pullrequest follow conventional commits

This commit is contained in:
genofire 2023-09-17 11:00:53 +02:00 committed by GitHub
parent ce1031812f
commit 35e925355b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!--- Use a prefix like [TASK], [BUGFIX], [DOC] or [TEST] and provide a general summary of your changes in the Title above -->
<!--- Use a prefix like fix:, feat:, chore(docs): or chore(test): and provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes -->
@ -11,6 +11,7 @@
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] 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.