From c3a65a7966b1b6af6181f4b7127ea10a90f81f12 Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:49:18 +0100 Subject: [PATCH] docs: add quiet closeout notes Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/quiet-closeout-notes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/quiet-closeout-notes.md diff --git a/docs/quiet-closeout-notes.md b/docs/quiet-closeout-notes.md new file mode 100644 index 0000000..ed932ee --- /dev/null +++ b/docs/quiet-closeout-notes.md @@ -0,0 +1,24 @@ +# Quiet closeout notes + +Use these notes to close a small documentation change without adding noise. + +## Quiet 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. + +## Quiet 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. + +## Quiet 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.