Add a github pull request template
authorKurt Roeckx <kurt@roeckx.be>
Sat, 22 Oct 2016 11:55:59 +0000 (13:55 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Sat, 22 Oct 2016 12:53:11 +0000 (14:53 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
GH: #1770

.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..8cb1558
--- /dev/null
@@ -0,0 +1,17 @@
+<!--
+Thank you for your pull request. Please review below requirements.
+
+Contributors guide: https://github.com/openssl/openssl/blob/master/CONTRIBUTING
+-->
+
+##### Checklist
+<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
+- [ ] documentation is added or updated
+- [ ] tests are added or updated
+- [ ] CLA is signed
+
+##### Description of change
+<!-- Provide a description of the changes.
+
+If it fixes a github issue, add Fixes #XXXX.
+-->