dave2wave commented on issue #522:
URL:
https://github.com/apache/tooling-trusted-releases/issues/522#issuecomment-3762160260
PR template should be here: `.github/PULL_REQUEST_TEMPLATE.md`
I had a session with ChatGPT and here is a good template once we have
CONTRIBUTING.md and DEVELOPMENT.md.
```
## 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
-->
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]