HDDS-10267. Add PR template for the new website. (#70) (#82)

(cherry picked from commit 824e5e3c8fbe32b3d2402c4f54e6fb119632f9af)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..ebd56bf
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,20 @@
+## What changes were proposed in this pull request?
+
+Provide a one line summary of the changes in the PR **Title** field above.
+It should be in the form of `HDDS-1234. Short summary of the change`.
+
+Please describe your PR in detail:
+- What changes are proposed in the PR and why? It would be better if it is written from third person's perspective not just for the reviewer.
+- Provide as much context and rationale for the pull request as possible. It could be copy-pasted from the Jira's description if the Jira is well defined.
+
+## What is the link to the Apache Jira?
+
+1. Please create an issue in ASF Jira before opening a pull request.
+2. Start the title of the pull request with the corresponding Jira issue number (e.g. HDDS-XXXX. Fix a typo in YYY).
+3. Add the `website` and/or `documentation` labels to your Jira if applicable.
+4. Replace this section with the link to the Apache Jira.
+
+## How was this patch tested?
+
+Please explain how this patch was tested. In most cases this will just be checking the local preview of the website, but existing CI checks should also pass.
+