aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-10-26 23:50:55 +0200
committerKevin Decherf <kevin@kdecherf.com>2018-10-26 23:50:55 +0200
commit96823682f959a0465d004b7dad8aeff3753e34ac (patch)
treeaa49c5cb0d55cac02c69b79a5f73bd55af22aed5
parenta6e4e83809ab7abf51e5c06de503ef1b900bb219 (diff)
downloadwallabag-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>
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
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<!--
14Please list the issues your PR fixes using special keywords, see
15https://help.github.com/articles/closing-issues-using-keywords/
16
17Fixes #…
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-->