Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/focused-closeout-record.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Focused closeout record

Use this record to close a small documentation change with a focused trail.

## Focused 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.

## Focused 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.

## Focused 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.
Loading