From 8d456429d9ebdcd0f75212c8057aec09030cf2e7 Mon Sep 17 00:00:00 2001 From: Johannes Metzner Date: Thu, 11 Aug 2022 11:27:13 +0200 Subject: [PATCH] doc: Include a hint to select a label in pr-template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index be205801..7eb4f189 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,7 @@ Please check if your PR fulfills the following requirements: [ ] The commit message follows our guidelines: https://github.com/intershop/helm-charts/blob/develop/CONTRIBUTING.md [ ] Docs have been added / updated (for bug fixes / features) +[ ] Be sure to include PR label `major`, `minor` or `patch` when merging into `main` --> ## PR Type @@ -22,6 +23,10 @@ Please check the one that applies to this PR using "x". [ ] Documentation content changes [ ] Application / infrastructure changes +## Release ## + +Be sure to include PR label `major`, `minor` or `patch` when merging into `main`. This determines which part of the semantic version number needs to be bumped automatically. + ## What Is the Current Behavior?