diff options
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b761f8f2..214b906b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -1,11 +1,16 @@ | |||
1 | | Q | A | 1 | | Q | A |
2 | | ------------- | --- | 2 | | ------------- | --- |
3 | | Bug fix? | yes|no | 3 | | Bug fix? | yes/no |
4 | | New feature? | yes|no | 4 | | New feature? | yes/no |
5 | | BC breaks? | yes|no | 5 | | BC breaks? | yes/no |
6 | | Deprecations? | yes|no | 6 | | Deprecations? | yes/no |
7 | | Tests pass? | yes|no | 7 | | Tests pass? | yes/no |
8 | | Documentation | yes|no | 8 | | Documentation | yes/no |
9 | | Translation | yes|no | 9 | | Translation | yes/no |
10 | | Fixed tickets | comma-separated list of tickets fixed by the PR, if any | 10 | | Fixed tickets | #... |
11 | | License | MIT | 11 | | License | MIT |
12 | |||
13 | <!-- | ||
14 | - Please fill in this template according to the PR you're about to submit. | ||
15 | - Replace this comment by a description of what your PR is solving. | ||
16 | --> | ||