From 1397b6437094dc7edbec3c78c81fb86a8c1d0d43 Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:00:42 +0100 Subject: [PATCH] docs: add stable review record Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/stable-review-record.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/stable-review-record.md diff --git a/docs/stable-review-record.md b/docs/stable-review-record.md new file mode 100644 index 0000000..d8d90b4 --- /dev/null +++ b/docs/stable-review-record.md @@ -0,0 +1,24 @@ +# Stable review record + +Use this record to keep a small documentation review stable and easy to verify. + +## Stable 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. + +## Stable 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. + +## Stable 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.