mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
72129289a8
commit
6632c263d9
1 changed files with 6 additions and 0 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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. -->
|
||||
|
|
Loading…
Add table
Reference in a new issue