Summary
The repo has no pull request template. Add one so contributors describe their changes consistently and reviewers get the context they need.
Tasks
Suggested skeleton
## Description
<!-- What does this PR do and why? -->
## Related issue
Closes #
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Docs
- [ ] Refactor / chore
## How was this tested?
## Checklist
- [ ] `pnpm build` passes
- [ ] Ran `pnpm format:check`
- [ ] Self-reviewed the diff
- [ ] Updated docs where relevant
Acceptance criteria
- Opening a PR pre-fills the description with this template.
Summary
The repo has no pull request template. Add one so contributors describe their changes consistently and reviewers get the context they need.
Tasks
.github/PULL_REQUEST_TEMPLATE.md.Closes #), Type of change, How was this tested?, and a Checklist.pnpm format/pnpm format:check,pnpm buildpasses, self-review done, docs updated if needed.Suggested skeleton
Acceptance criteria