diff --git a/docs/steady-closeout-record.md b/docs/steady-closeout-record.md new file mode 100644 index 0000000..595b3bf --- /dev/null +++ b/docs/steady-closeout-record.md @@ -0,0 +1,24 @@ +# Steady closeout record + +Use this record to close a small maintenance review with a steady trail. + +## Steady 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. + +## Steady 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. + +## Steady 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.