Fixup the github pull request template
authorRichard Levitte <levitte@openssl.org>
Sun, 2 Apr 2017 09:28:04 +0000 (11:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 2 Apr 2017 19:51:47 +0000 (21:51 +0200)
When creating a single commit PR, github will now automatically
include the commit comment first in the pull request description, and
add the template content last.  That makes the description section at
the end useless.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3104)

.github/PULL_REQUEST_TEMPLATE.md

index d4f77fd422418c76929e5ce38f604caa0bd92720..63268b9c9b3c215458d57ea9f7dd954190c111cb 100644 (file)
@@ -1,16 +1,12 @@
 <!--
-Thank you for your pull request. Please review below requirements.
+Thank you for your pull request. Please review these requirements:
 
 Contributors guide: https://github.com/openssl/openssl/blob/master/CONTRIBUTING
+
+Other than that, provide a description above this comment if there isn't one already, and if it fixes a github issue, add 'Fixes #XXXX' (without quotes) as well.
 -->
 
 ##### Checklist
 <!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
 - [ ] documentation is added or updated
 - [ ] tests are added or updated
-
-##### Description of change
-<!-- Provide a description of the changes.
-
-If it fixes a github issue, add Fixes #XXXX.
--->