diff --git a/docs/review-checklist.md b/docs/review-checklist.md new file mode 100644 index 0000000..c4e2851 --- /dev/null +++ b/docs/review-checklist.md @@ -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.