Skip to content

Commit

Permalink
Version Upgrade PR with Checklist
Browse files Browse the repository at this point in the history
MaxMTheilig committed Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e348853 commit d299775
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATES/PR_Template_VersionUpgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Description
<!--- Describe your changes in detail -->
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
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
<!--- If it full fills an open feature request, please link to the feature request here. -->

## Merge and Publishing
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, especially -->
<!--- the software you teste your change with. -->
<!--- Are other areas of the specification affected? -->
- [ ] 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)


0 comments on commit d299775

Please sign in to comment.