From 8235ac55d44bd5b88993d62612b785a534fb13ae Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:23:05 +0100 Subject: [PATCH] docs: add closing review checklist Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/closing-review-checklist.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/closing-review-checklist.md diff --git a/docs/closing-review-checklist.md b/docs/closing-review-checklist.md new file mode 100644 index 0000000..3b8edc2 --- /dev/null +++ b/docs/closing-review-checklist.md @@ -0,0 +1,24 @@ +# Closing review checklist + +Use this checklist to close a small documentation review with a clear final trail. + +## Closing checklist start + +- Confirm that upstream main is current. +- Confirm that the local main branch is clean. +- Confirm that the branch has one clear purpose. +- Confirm that the planned change is documentation only. + +## Closing checklist evidence + +- Record the changed file. +- Record that the pull request title matches the diff. +- Record that no secrets or personal data were added. +- Record that private context stayed out of repository files. + +## Closing checklist finish + +- Wait for checks before approval. +- Merge only after review. +- Confirm that main contains the expected merge commit. +- Keep follow-up work for a separate branch.