Skip to content

docs: add pull request template - #27

Merged
topdaily-dev merged 1 commit into
mainfrom
docs/add-pull-request-template
Aug 25, 2026
Merged

docs: add pull request template#27
topdaily-dev merged 1 commit into
mainfrom
docs/add-pull-request-template

Conversation

@topdaily-dev

Copy link
Copy Markdown
Owner

Summary

repomark had no pull request template, so PRs opened with an empty
description. This adds one built from the rules already in CONTRIBUTING.md
rather than inventing new ones:

  • npm test before opening a PR
  • tests added or updated in lib/*.test.mjs for behaviour changes
  • the CLI stays dependency-free, Node built-ins only
  • Conventional Commits
  • co-author trailers name human GitHub accounts only

It also adds a Scoring impact prompt. repomark assigns health scores, so a
change to a check or its weighting can shift results for every user. That is
worth stating explicitly rather than leaving a reviewer to infer it.

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Chore / CI

Verification

  • npm test — all tests passing
  • Markdown only, no runtime code touched

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
  • Co-author trailers, if any, name human GitHub accounts only

Scoring impact

None. No check or weighting is modified.

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.
@topdaily-dev
topdaily-dev merged commit 5724c16 into main Aug 25, 2026
1 check passed
@topdaily-dev
topdaily-dev deleted the docs/add-pull-request-template branch August 25, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant