[openssl-commits] [openssl] master update

Kurt Roeckx kurt at openssl.org
Sat Oct 22 12:53:29 UTC 2016


The branch master has been updated
       via  2f6e46dc857115e7f6281dd3424158b76a021c9e (commit)
      from  2df7f11fad886cf54c98a17e95932d9b5987f488 (commit)


- Log -----------------------------------------------------------------
commit 2f6e46dc857115e7f6281dd3424158b76a021c9e
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Sat Oct 22 13:55:59 2016 +0200

    Add a github pull request template
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    
    GH: #1770

-----------------------------------------------------------------------

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..8cb1558
--- /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.
+-->


More information about the openssl-commits mailing list