From be8e061ec61093699077008ca5c3f77441f5d9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Jos=C3=A9=20=C3=81lvarez?= Date: Thu, 4 Jun 2026 23:17:19 +0100 Subject: [PATCH] docs: add review checklist Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/review-checklist.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/review-checklist.md 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.