Files
zensical/.github/pull_request_template.md
2026-09-19 13:50:36 +02:00

42 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Read the pull request guide before submitting:
https://zensical.org/contributing/pull-requests/
For potential security vulnerabilities, use our private reporting process:
https://zensical.org/contributing/security/
-->
## Summary
<!-- Explain what changed and why. Include enough context to understand the problem. -->
## Related issue
<!--
Link the issue where the scope and approach were agreed.
For a small, self-contained fix, the Summary is sufficient.
-->
## Validation
<!--
List the checks you ran and their results, including relevant manual verification.
Note any expected checks you could not run and what still needs verification.
-->
## Checklist
<!-- Confirm completed steps. Explain any item that does not apply. -->
- [ ] I have followed the [pull request guide] and kept this change focused
- [ ] This is a small, self-contained fix, or the scope and approach were agreed in the linked issue
- [ ] I have added or updated tests and documentation where relevant
- [ ] I have recorded the checks performed and any remaining validation above
- [ ] I have [cryptographically signed] each commit and included a `Signed-off-by` trailer, accepting the [DCO]
- [ ] I have reviewed and understand the changes, and can explain and revise them – see [AI-assisted contributions]
[pull request guide]: https://zensical.org/contributing/pull-requests/
[cryptographically signed]: https://zensical.org/contributing/pull-requests/#commits
[DCO]: https://developercertificate.org
[AI-assisted contributions]: https://zensical.org/contributing/pull-requests/#ai-assisted-contributions