This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new b7c856a Create pull request template for contributions
b7c856a is described below
commit b7c856a8036c3603c2849850fe8a23826e51039c
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jan 20 13:06:56 2026 -0800
Create pull request template for contributions
Add a pull request template to guide contributors in providing meaningful
information and confirmations.
---
.github/PULL_REQUEST_TEMPLATE.md | 67 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..2168dcb
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,67 @@
+## Pull Request Summary
+
+**Meaningful subject (required):**
+
+<!--
+Provide a clear, concise subject line.
+
+Good:
+ "Fix schema endpoint auth bypass for OpenAPI"
+ "Refactor report authorization filters"
+
+Bad:
+ "Fix"
+ "Updates"
+-->
+
+**Description:**
+
+<!-- Explain what this PR changes and why -->
+
+---
+
+## Required Acknowledgements
+
+Please replace each `[ ]` with `[x]` to confirm.
+PRs missing confirmations may be closed or converted to Draft.
+
+* [ ] I have read and followed **CONTRIBUTING.md**
+* [ ] I have read **DEVELOPMENT.md**
+* [ ] I have run the required tests and checks locally
+* [ ] All required checks are currently passing
+* [ ] This branch is **rebased on the current `main` branch**
+
+---
+
+## Draft Requirement
+
+If **any** of the following are true:
+
+* Tests or checks are failing
+* Work is incomplete
+* Rebase on `main` is pending
+
+👉 **This PR MUST be opened or converted to a Draft**
+
+Convert to a ready PR only after all acknowledgements above can be confirmed.
+
+---
+
+## Rebase Confirmation Details (optional but encouraged)
+
+<!--
+If helpful, note how the rebase was done:
+ git fetch origin
+ git rebase origin/main
+-->
+
+---
+
+## Additional Notes
+
+<!--
+Anything reviewers should know:
+- Design decisions
+- Follow-up work
+- Compatibility concerns
+-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]