]> git.immae.eu Git - github/wallabag/wallabag.git/blob - .github/PULL_REQUEST_TEMPLATE.md
misc: add note on GitHub PR template to auto-close issues
[github/wallabag/wallabag.git] / .github / PULL_REQUEST_TEMPLATE.md
1 | Q | A
2 | ------------- | ---
3 | Bug fix? | yes/no
4 | New feature? | yes/no
5 | BC breaks? | yes/no
6 | Deprecations? | yes/no
7 | Tests pass? | yes/no
8 | Documentation | yes/no
9 | Translation | yes/no
10 | CHANGELOG.md | yes/no
11 | License | MIT
12
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 <!--
21 - Please fill in this template according to the PR you're about to submit.
22 - Replace this comment by a description of what your PR is solving.
23 -->