This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this
push:
new 824e5e3c HDDS-10267. Add PR template for the new website. (#70)
824e5e3c is described below
commit 824e5e3c8fbe32b3d2402c4f54e6fb119632f9af
Author: Ethan Rose <[email protected]>
AuthorDate: Thu Feb 1 02:29:36 2024 -0800
HDDS-10267. Add PR template for the new website. (#70)
---
.github/pull_request_template.md | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..ebd56bf3
--- /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.
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]