diff --git a/.github/PULL_REQUEST_TEMPLATES/PR_Template_VersionUpgrade.md b/.github/PULL_REQUEST_TEMPLATES/PR_Template_VersionUpgrade.md new file mode 100644 index 0000000..c4d0111 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/PR_Template_VersionUpgrade.md @@ -0,0 +1,27 @@ +## Description + +A Pullreuqest that requires an increase in the Version number. Therefore, multiple outside-github, related Task have to be performed and checked. + +You to be an admin to perform all the necessary jobs. +Put an `x` in all the boxes where the job was performed. + +## Pre-Merge Activities + + + + +## Merge and Publishing + + + + +- [ ] My code follows the code style of this IG / specification. +- [ ] My change requires a change to the documentation or narrative (intend) of the IG. +- [ ] I have already updated the documentation / narrative (intend) accordingly. + +## Post-Merge Activities +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +