mirror of https://github.com/openssl/openssl.git
Add a github pull request template
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #1770
This commit is contained in:
parent
2df7f11fad
commit
2f6e46dc85
|
|
@ -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.
|
||||||
|
-->
|
||||||
Loading…
Reference in New Issue