.github/PULL_REQUEST_TEMPLATE.md: Fix link to contributors guide
[openssl.git] / .github / PULL_REQUEST_TEMPLATE.md
index 8cb1558b362a81f2f496786a4a2a6d8d9b141c00..191d9c9174823538ac18fe6f0c0d240d1f488a7c 100644 (file)
@@ -1,17 +1,14 @@
 <!--
-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
+Contributors guide: https://github.com/openssl/openssl/blob/master/CONTRIBUTING.md
+
+Other than that, provide a description above this comment if there isn't one already
+
+If this fixes a github issue, make sure to have a line saying 'Fixes #XXXX' (without quotes) in the commit message.
 -->
 
 ##### 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.
--->