diff options
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8b46434fc..2265e7df2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,8 @@ - [ ] Bug fix - [ ] Functional change - [ ] New feature +- [ ] Code cleanup +- [ ] Build system change - [ ] Documentation change - [ ] Language translation @@ -24,5 +26,9 @@ ### Additional information: <!-- Include sample dive log or other relevant information to allow testing the change where feasible. --> +### Release note: +<!-- Describe if this change needs a release note present in ReleaseNotes/ReleaseNotes.txt. --> +<!-- Also, please make sure to update the ReleaseNotes/ReleaseNotes.txt file itself. --> + ### Mentions: <!-- Mention users that you want to review your pull request with @<user-name>. Leave empty if not sure. --> |