aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md10
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