diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2018-10-26 23:50:55 +0200 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2018-10-26 23:50:55 +0200 |
commit | 96823682f959a0465d004b7dad8aeff3753e34ac (patch) | |
tree | aa49c5cb0d55cac02c69b79a5f73bd55af22aed5 /.github | |
parent | a6e4e83809ab7abf51e5c06de503ef1b900bb219 (diff) | |
download | wallabag-96823682f959a0465d004b7dad8aeff3753e34ac.tar.gz wallabag-96823682f959a0465d004b7dad8aeff3753e34ac.tar.zst wallabag-96823682f959a0465d004b7dad8aeff3753e34ac.zip |
misc: add note on GitHub PR template to auto-close issues
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3885cc84..80d81ee3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -8,10 +8,16 @@ | |||
8 | | Documentation | yes/no | 8 | | Documentation | yes/no |
9 | | Translation | yes/no | 9 | | Translation | yes/no |
10 | | CHANGELOG.md | yes/no | 10 | | CHANGELOG.md | yes/no |
11 | | Fixed tickets | #... | ||
12 | | License | MIT | 11 | | License | MIT |
13 | 12 | ||
14 | <!-- | 13 | <!-- |
14 | Please list the issues your PR fixes using special keywords, see | ||
15 | https://help.github.com/articles/closing-issues-using-keywords/ | ||
16 | |||
17 | Fixes #… | ||
18 | --> | ||
19 | |||
20 | <!-- | ||
15 | - Please fill in this template according to the PR you're about to submit. | 21 | - Please fill in this template according to the PR you're about to submit. |
16 | - Replace this comment by a description of what your PR is solving. | 22 | - Replace this comment by a description of what your PR is solving. |
17 | --> | 23 | --> |