aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-10-22 13:55:59 +0200
committerKurt Roeckx <kurt@roeckx.be>2016-10-22 14:53:11 +0200
commit2f6e46dc857115e7f6281dd3424158b76a021c9e (patch)
tree42bddcc32d047136e35ecab7f58db985abcfb452 /.github
parent2df7f11fad886cf54c98a17e95932d9b5987f488 (diff)
downloadopenssl-2f6e46dc857115e7f6281dd3424158b76a021c9e.tar.gz
Add a github pull request template
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #1770
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..8cb1558b36
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -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.
+-->