We don't currently have a PR template, and it'd help keep incoming PRs consistent as more contributors join.
Add .github/PULL_REQUEST_TEMPLATE.md with sections for:
- Description of the change
- Related issue (if any)
- Type of change (bug fix / feature / docs / test)
- How it was tested
- Checklist: tests pass (
npm test), lint passes, docs updated if needed
Feel free to look at how other TypeScript OSS repos structure theirs for inspiration, just keep it short — we want this to lower friction, not add a hoop to jump through.
We don't currently have a PR template, and it'd help keep incoming PRs consistent as more contributors join.
Add
.github/PULL_REQUEST_TEMPLATE.mdwith sections for:npm test), lint passes, docs updated if neededFeel free to look at how other TypeScript OSS repos structure theirs for inspiration, just keep it short — we want this to lower friction, not add a hoop to jump through.