Skip to content

Commit c1513bf

Browse files
committed
add a pull request template
1 parent b6e37c9 commit c1513bf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 📝 Description
2+
## 🔗 Related Issue
3+
## 🛠️ Type of Change
4+
- [ ] Bug fix (non-breaking change which fixes an issue)
5+
- [ ] New feature (non-breaking change which adds functionality)
6+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
7+
- [ ] Documentation update
8+
9+
## ✅ Checklist
10+
*Before submitting this PR, please confirm the following:*
11+
12+
- [ ] **My code follows the style guidelines of this project.**
13+
- [ ] **I have performed a self-review of my own (or any AI generated) code.**
14+
- [ ] **I have added/updated tests that prove my fix is effective or that my feature works.**
15+
- [ ] **All new and existing tests passed locally.**
16+
- [ ] **I have commented my code, particularly in hard-to-understand areas.**
17+
- [ ] **I have built the app locally, verified that it builds and tested the changes thoroughly.**
18+
19+
---
20+
## 📸 Screenshots/Videos (if applicable)

0 commit comments

Comments
 (0)