move PR Title guide to the bottom

This commit is contained in:
Ulf Gebhardt 2025-07-04 15:40:19 +02:00
parent 56dc4aa784
commit 0b3b3944c7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,18 +1,5 @@
<!-- 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
<!-- Describe the Pullrequest. Use Screenshots if possible. -->
@ -26,3 +13,16 @@ Here are some valid examples:
### Todo
<!-- In case some parts are still missing, list them here. -->
- [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
-->