Skip to content
Open
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
17 changes: 17 additions & 0 deletions docs/review-checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Review checklist

Use this checklist before merging small documentation or template changes.

## Before opening a pull request

- Keep the change focused.
- Avoid unrelated edits.
- Check that no secrets, tokens, logs or private data were added.
- Review the diff before committing.
- Use a clear commit message.

## Before merging

- Confirm that the pull request changes only the intended files.
- Confirm that the text is useful for future maintainers.
- Prefer a clean history with small, reviewable changes.
Loading