summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-02-07 17:16:59 -0500
committerJames E. King III <jking@apache.org>2019-02-07 17:16:59 -0500
commitfc6c15c83de4f9d34e570c1f1465e7a1f6abc798 (patch)
treeb3dfda6a38cc96737821f3217e0768e31f830861
parenta6a3a787ec3d3bd71b276e85c9a02a53ad1105c4 (diff)
downloadthrift-fc6c15c83de4f9d34e570c1f1465e7a1f6abc798.tar.gz
Update the pull request template [ci skip]
-rw-r--r--.github/pull_request_template.md (renamed from pull_request_template.md)16
1 files changed, 7 insertions, 9 deletions
diff --git a/pull_request_template.md b/.github/pull_request_template.md
index df2fdded4..a6b4382b4 100644
--- a/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,14 +1,8 @@
-### Pull Request ###
-
-The [Contributing Guide](https://github.com/apache/thrift/blob/master/CONTRIBUTING.md) has more details and tips for
-committing properly.
-
-<!-- Explain the changes in the pull request below. -->
-
+<!-- Explain the changes in the pull request below: -->
+
<!-- We recommend you review the checklist before submitting a pull request. -->
-Review the following checklist to ensure a smooth pull request experience.
- [ ] Did you squash your changes to a single commit?
@@ -45,4 +39,8 @@ Review the following checklist to ensure a smooth pull request experience.
This will avoid costly and unnecessary builds in both the pull request and once it is merged.
</details>
-For more information about committing, see the [Contributing Guide](https://github.com/apache/thrift/blob/master/CONTRIBUTING.md).
+<!--
+ The Contributing Guide at:
+ https://github.com/apache/thrift/blob/master/CONTRIBUTING.md
+ has more details and tips for committing properly.
+-->