diff options
author | Richard Levitte <levitte@openssl.org> | 2017-04-02 11:28:04 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-04-02 21:51:47 +0200 |
commit | 3c12582e8f384ff551bd518ec4e5b6a5f7e9cf71 (patch) | |
tree | 58eb9c2c8ab0aee4b18cedfec25a2b56b470abf4 /.github | |
parent | crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X. (diff) | |
download | openssl-3c12582e8f384ff551bd518ec4e5b6a5f7e9cf71.tar.xz openssl-3c12582e8f384ff551bd518ec4e5b6a5f7e9cf71.zip |
Fixup the github pull request template
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)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d4f77fd422..63268b9c9b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. ---> |