mirror of
https://github.com/ulfgebhardt/issue-templates.git
synced 2025-12-13 08:06:09 +00:00
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:
parent
df8702c5f1
commit
56dc4aa784
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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. -->
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user