chore(github): template for pullrequest follow conventional commits
This commit is contained in:
parent
ce1031812f
commit
35e925355b
|
@ -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
|
## Description
|
||||||
<!--- Describe your changes -->
|
<!--- Describe your changes -->
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
<!--- 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! -->
|
<!--- 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.
|
- [ ] 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.
|
- [ ] I have added also tests for my new code.
|
||||||
- [ ] My change requires a change to the documentation.
|
- [ ] My change requires a change to the documentation.
|
||||||
- [ ] I have updated the documentation accordingly.
|
- [ ] I have updated the documentation accordingly.
|
||||||
|
|
Loading…
Reference in New Issue