summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-11-16 00:34:44 +0200
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2017-11-16 08:38:57 +0100
commit6632c263d958bf271d5d8ce12fe9fe1f93d444de (patch)
treed4073807622e5a26cd07421a675620e79ecf4799 /.github
parent72129289a8c53609d8f15c95b4fb3167c2f4e42f (diff)
downloadsubsurface-6632c263d958bf271d5d8ce12fe9fe1f93d444de.tar.gz
github: improve the issue template
1) Add new description types: - 'Code cleanup' - 'Build system change' 2) Add a 'Release note' section: The idea with this is that if you make a change which is worthy of a release note in ReleaseNotes.txt, it would be best to outline it here but also in the .txt. This basically means that the PR should also touch ReleaseNotes.txt with an extra patch. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
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. -->