From 2bfd1f2c56ec4ee5ada009d6bb0777c32622fd7f Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:30:26 +0100 Subject: [PATCH] docs: add focused closeout record Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/focused-closeout-record.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/focused-closeout-record.md diff --git a/docs/focused-closeout-record.md b/docs/focused-closeout-record.md new file mode 100644 index 0000000..766683c --- /dev/null +++ b/docs/focused-closeout-record.md @@ -0,0 +1,24 @@ +# Focused closeout record + +Use this record to close a small documentation change with a focused trail. + +## Focused 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. + +## Focused 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. + +## Focused close + +- 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.