diff options
author | Kurt Roeckx <kurt@roeckx.be> | 2016-10-22 13:55:59 +0200 |
---|---|---|
committer | Kurt Roeckx <kurt@roeckx.be> | 2016-10-22 14:53:11 +0200 |
commit | 2f6e46dc857115e7f6281dd3424158b76a021c9e (patch) | |
tree | 42bddcc32d047136e35ecab7f58db985abcfb452 /.github | |
parent | Fix support for DragonFly BSD (diff) | |
download | openssl-2f6e46dc857115e7f6281dd3424158b76a021c9e.tar.xz openssl-2f6e46dc857115e7f6281dd3424158b76a021c9e.zip |
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.md | 17 |
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. +--> |