Skip to content

Commit 6483e48

Browse files
chore: Add PR template
1 parent 740d886 commit 6483e48

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Description
2+
3+
### Type of Change
4+
5+
- [ ] Bug fix (non-breaking change which fixes an issue)
6+
- [ ] New feature (non-breaking change which adds functionality)
7+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
8+
- [ ] Refactor (code change that neither fixes a bug nor adds a feature)
9+
10+
### Related Issues
11+
12+
- Resolves #<issue-number>
13+
- Fixes #<issue-number>
14+
15+
### Checklist:
16+
17+
- [ ] I have reviewed the changes in this pull request
18+
- [ ] I have updated the documentation (if needed)
19+
- [ ] I have written tests for new functionality (if applicable)
20+
- [ ] I have checked that my changes do not break anything
21+
- [ ] I have verified that the changes work as expected

0 commit comments

Comments
 (0)