diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-18 13:15:11 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-18 13:15:11 +0100 |
commit | c665b863c7c15c1928d63b55b13e3abd5790082e (patch) | |
tree | 7da4ae1cb51bf6d218dec93ca62501e28cdf1ccf /.github/PULL_REQUEST_TEMPLATE.md | |
parent | bbbcd6997be27f2bbf3638132575345733f3c235 (diff) | |
download | wallabag-c665b863c7c15c1928d63b55b13e3abd5790082e.tar.gz wallabag-c665b863c7c15c1928d63b55b13e3abd5790082e.tar.zst wallabag-c665b863c7c15c1928d63b55b13e3abd5790082e.zip |
Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..535d02a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -0,0 +1,10 @@ | |||
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 | | Fixed tickets | comma-separated list of tickets fixed by the PR, if any | ||
9 | | License | MIT | ||
10 | | Doc PR | reference to the documentation PR, if any | ||