Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE

This commit is contained in:
Nicolas Lœuillet
2016-02-18 13:15:11 +01:00
parent bbbcd6997b
commit c665b863c7
4 changed files with 27 additions and 0 deletions

10
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,10 @@
| Q | A
| ------------- | ---
| Bug fix? | yes|no
| New feature? | yes|no
| BC breaks? | yes|no
| Deprecations? | yes|no
| Tests pass? | yes|no
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
| License | MIT
| Doc PR | reference to the documentation PR, if any