Update the pull request template [ci skip]
diff --git a/pull_request_template.md b/.github/pull_request_template.md
similarity index 79%
rename from pull_request_template.md
rename to .github/pull_request_template.md
index df2fdde..a6b4382 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 @@
     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.
+-->