From a3949a16a24d21e1f8b6b992ac61bbba4cca0521 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 16:08:14 -0700 Subject: [PATCH] docs: add .gitea/ISSUE_TEMPLATE/release_checklist.md --- .gitea/ISSUE_TEMPLATE/release_checklist.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/release_checklist.md diff --git a/.gitea/ISSUE_TEMPLATE/release_checklist.md b/.gitea/ISSUE_TEMPLATE/release_checklist.md new file mode 100644 index 0000000..d5de1d7 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/release_checklist.md @@ -0,0 +1,14 @@ +# Release Checklist + +## Scope + +Describe what is being released and why. + +## Checks + +- [ ] README and wiki are current. +- [ ] Changelog entry exists. +- [ ] License/provenance is clear. +- [ ] No secrets or private data are included. +- [ ] Firmware/binary artifacts include SHA256 hashes and target details. +- [ ] Build or smoke-check result is recorded.