-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from gematik/feature/github_fhir_issue_templates
Version Upgrade PR with Checklist
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
.github/PULL_REQUEST_TEMPLATES/PR_Template_VersionUpgrade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|