Update PR template and remove duplicates in release procedure #756
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Read this before submitting the PR
If there is a field which you are unsure about, enter the edit mode of this description or go to the PR template; There are invisible comments providing descriptions which may be of help.
1. Description / Summary
For some reason there's duplicated steps in the release procedure.
2. Jira task / GitHub issue
Is this a GitHub issue? --> Add the link to the github issue
Is this from a Jira task? --> If your branch does not contain info regarding the Jira task ID, put it here.
3. Type of change - Add label
What type of change(s) does the PR contain? For an explanation of the different options below, enter edit mode of this PR description template.
type: breaking
: Changes in this PR will cause existing functionality to not work as expected. The master branch of the API will no longer work with the CLI dev branch (and vice versa).type: feature
: You've added new functionality or updated an existing one.type: bug
: The PR fixes a bug.type: docs
: The PR only updates documentation.type: dependency
: You've updated a dependency version, e.g. a python package (in requirements.txt).skip-changelog
: None of the above mentioned labels fit in. E.g. a new GitHub Action, a PR containing only tests, etc.4. Additional information
master
branch: If checked, read the release instructions5. Actions / Scans
Make sure that the following checks/actions have passed.
If an action does not pass and you need help with how to solve it, enter edit mode of this PR template or go to the PR template.