Skip to content

Commit 08da2f9

Browse files
committed
Add GitHub pull request template
- Create structured PR template with What/Why/Changes/Testing sections - Include checklist for changeset and README updates - Auto-loaded by GitHub when creating pull requests
1 parent e955516 commit 08da2f9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## What
2+
3+
<!-- Brief description of what this PR does (one sentence) -->
4+
5+
## Why
6+
7+
<!-- Why this change is needed. What problem does it solve? -->
8+
9+
## Changes
10+
11+
## <!-- List of main changes -->
12+
13+
-
14+
-
15+
16+
<!-- Breaking changes (if any) -->
17+
18+
## Testing
19+
20+
<!-- What tests were added/updated and how to verify the changes work -->
21+
22+
## Checklist
23+
24+
- [ ] Changeset added (if package changes)
25+
- [ ] README updated (if public API changed)

0 commit comments

Comments
 (0)