From c7ea72d3823ede919b33a54f8b070b4ced94aae8 Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:54:02 +0100 Subject: [PATCH] docs: add review closeout trail Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/review-closeout-trail.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/review-closeout-trail.md diff --git a/docs/review-closeout-trail.md b/docs/review-closeout-trail.md new file mode 100644 index 0000000..26d47db --- /dev/null +++ b/docs/review-closeout-trail.md @@ -0,0 +1,24 @@ +# Review closeout trail + +Use this trail to close a small review with clear evidence and minimal noise. + +## Closeout 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. + +## Closeout 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. + +## Closeout 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.