mirror of
https://github.com/ulfgebhardt/issue-templates.git
synced 2025-12-13 08:06:09 +00:00
move PR Title guide to the bottom
This commit is contained in:
parent
56dc4aa784
commit
0b3b3944c7
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,18 +1,5 @@
|
|||||||
<!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates -->
|
<!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates -->
|
||||||
|
|
||||||
<!--
|
|
||||||
Validate your PR title - a quick Guide
|
|
||||||
|
|
||||||
A valid PR title contains a type (https://github.com/commitizen/conventional-commit-types/blob/master/index.json), a scope (https://github.com/ulfgebhardt/issue-templates/blob/master/.github/workflows/test.lint.pr.yml#L31) and a title starting with a lower case letter.
|
|
||||||
|
|
||||||
Here are some valid examples:
|
|
||||||
- fix(docu): my fix
|
|
||||||
- feat(docker): my feature
|
|
||||||
- docs(release): my docs
|
|
||||||
- refactor(workflow) : my refactor
|
|
||||||
- test(other): my test
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 🍰 Pullrequest
|
## 🍰 Pullrequest
|
||||||
<!-- Describe the Pullrequest. Use Screenshots if possible. -->
|
<!-- Describe the Pullrequest. Use Screenshots if possible. -->
|
||||||
|
|
||||||
@ -26,3 +13,16 @@ Here are some valid examples:
|
|||||||
### Todo
|
### Todo
|
||||||
<!-- In case some parts are still missing, list them here. -->
|
<!-- In case some parts are still missing, list them here. -->
|
||||||
- [X] None
|
- [X] None
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Validate your PR title - a quick Guide
|
||||||
|
|
||||||
|
A valid PR title contains a type (https://github.com/commitizen/conventional-commit-types/blob/master/index.json), a scope (https://github.com/ulfgebhardt/issue-templates/blob/master/.github/workflows/test.lint.pr.yml#L31) and a title starting with a lower case letter.
|
||||||
|
|
||||||
|
Here are some valid examples:
|
||||||
|
- fix(docu): my fix
|
||||||
|
- feat(docker): my feature
|
||||||
|
- docs(release): my docs
|
||||||
|
- refactor(workflow) : my refactor
|
||||||
|
- test(other): my test
|
||||||
|
-->
|
||||||
Loading…
x
Reference in New Issue
Block a user