Skip to content

Commit bceecb2

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 59d1af0 commit bceecb2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Summary
2+
Explain what this PR changes and why.
3+
4+
## Type of change
5+
- [ ] Bug fix
6+
- [ ] New feature
7+
- [ ] Docs update
8+
- [ ] Refactor
9+
- [ ] Other (describe):
10+
11+
## Checklist
12+
- [ ] I ran tests locally and they pass
13+
- [ ] I updated docs/README as needed
14+
- [ ] I linked related issues (e.g., fixes #123)
15+
- [ ] I followed the coding style & conventions
16+
17+
## Screenshots / Demos
18+
If applicable.
19+
20+
## Breaking changes
21+
Describe any breaking changes and migration steps.

0 commit comments

Comments
 (0)