aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-29 14:00:51 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-29 14:00:51 +0100
commit53ade7982bebc8a85133d6b5ba257962e2f3fc15 (patch)
tree2298c38000cfeed1c30a8f6724821b0e3b2a5e23
parent6032ce4f548e88cf341b28dc70d48b9edf6e4f09 (diff)
parenta2a1386b027dcbb2a0cfc9e73b9a0f6f0a6b6d7e (diff)
Merge PR #975: Create checklist for pull requests.
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..c7437c4a4
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,16 @@
+<!-- Thank you for your contribution.
+ Make sure you read the contributing guide and fill this template. -->
+
+
+<!-- Keep what applies -->
+**Kind:** documentation / bug fix / feature / performance / infrastructure.
+
+
+<!-- If this is a bug fix, make sure the bug was reported beforehand. -->
+Fixes / closes #????
+
+
+<!-- If this is a feature pull request / breaks compatibility: -->
+<!-- (Otherwise, remove these lines.) -->
+- [ ] Corresponding documentation was added / updated.
+- [ ] Entry added in [CHANGES](/CHANGES).