summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2016-03-28 10:35:14 +0200
committerNicolas Hart <contact@nclshart.net>2016-03-28 10:35:14 +0200
commit31ed2dba2469be0da82dcfe83c0869147aa7dcf9 (patch)
tree5132b2404fa02bca3c9bb7547de33a593471395b /.github/PULL_REQUEST_TEMPLATE.md
parentcef35eb23d9c1013a9c59744c31e2f4d6a40b5c7 (diff)
add issue and PR templates
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..d92f909d
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+### Resume
+
+| Q | A
+| ------------- | ---
+| Bug fix? | yes/no
+| New feature? | yes/no
+| BC breaks? | yes/no
+| Deprecations? | yes/no
+| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
+
+### Description