From 58082305fb431a1f2c8e477ff517e55a44988358 Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:35:02 +0100 Subject: [PATCH] docs: add steady review notes Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/steady-review-notes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/steady-review-notes.md diff --git a/docs/steady-review-notes.md b/docs/steady-review-notes.md new file mode 100644 index 0000000..4a39a97 --- /dev/null +++ b/docs/steady-review-notes.md @@ -0,0 +1,24 @@ +# Steady review notes + +Use these notes to keep a small review steady, traceable, and easy to close. + +## Steady 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. + +## Steady 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. + +## Steady 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.