Skip to content

Commit

Permalink
Merge pull request #33 from gematik/feature/github_fhir_issue_templates
Browse files Browse the repository at this point in the history
Version Upgrade PR with Checklist
  • Loading branch information
MaxMTheilig authored Nov 1, 2023
2 parents e348853 + d299775 commit 25d5f5d
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 25d5f5d

Please sign in to comment.