mirror of
https://github.com/zensical/zensical.git
synced 2026-09-24 23:35:35 +00:00
42 lines
1.6 KiB
Markdown
42 lines
1.6 KiB
Markdown
<!--
|
||
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
|