Skip to content

Commit 5aefcad

Browse files
authored
meta: add PR template
Adds pull request template with summary, changes checklist, and Closes # reference for linked issues.
1 parent b31ed0a commit 5aefcad

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Summary
2+
Describe the change and why it’s needed.
3+
4+
## Linked Issue
5+
Closes #<issue-number>
6+
7+
## Checklist
8+
- [ ] Tests/Checks pass locally
9+
- [ ] Changelog updated (if user-facing change)
10+
- [ ] Docs/README updated (if needed)

0 commit comments

Comments
 (0)