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