diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2018-10-27 06:15:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 06:15:03 +0000 |
commit | 385dac6d3168f2204de1778b244cbf5b303bad5c (patch) | |
tree | aa49c5cb0d55cac02c69b79a5f73bd55af22aed5 /.github | |
parent | a6e4e83809ab7abf51e5c06de503ef1b900bb219 (diff) | |
parent | 96823682f959a0465d004b7dad8aeff3753e34ac (diff) | |
download | wallabag-385dac6d3168f2204de1778b244cbf5b303bad5c.tar.gz wallabag-385dac6d3168f2204de1778b244cbf5b303bad5c.tar.zst wallabag-385dac6d3168f2204de1778b244cbf5b303bad5c.zip |
Merge pull request #3763 from wallabag/ghpr-template-update
Add note on GitHub PR template to auto-close issues
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 | --> |