diff options
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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. +--> |