From 318cd1a5a84c6dc31fa91f5b9354134e37cba1a3 Mon Sep 17 00:00:00 2001 From: TopDaily Dev <315340167+topdaily-dev@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:54:49 +0200 Subject: [PATCH] docs: add pull request template Adds a PR template built from the rules already in CONTRIBUTING.md (npm test, tests in lib/*.test.mjs, dependency-free CLI, Conventional Commits, human-only co-author trailers). Includes a scoring-impact prompt because repomark assigns repository health scores, so a change to a check or its weighting can shift results for every user. --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3ad07fb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## Summary + + + +## Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation +- [ ] Chore / CI + +## Checklist + +- [ ] `npm test` passes locally +- [ ] Tests added or updated in `lib/*.test.mjs` for behavior changes +- [ ] CLI stays dependency-free (Node built-ins only) +- [ ] Commit messages use Conventional Commits (`feat:`, `fix:`, `docs:`, `test:`) +- [ ] Co-author trailers, if any, name human GitHub accounts only + +## Scoring impact + +