validate PR title guide in Pull request template

Adds a guide for the PR titles in the PR template. This will make it
easier for people to understand this, but comes with the downside that
you need to adjust this part for each project aswell.
This commit is contained in:
Ulf Gebhardt 2024-11-26 19:15:23 +01:00
parent df8702c5f1
commit 56dc4aa784
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,5 +1,18 @@
<!-- 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. -->