Skip to content

Commit dedb4f4

Browse files
committed
added PR templat
1 parent 4f1e8a6 commit dedb4f4

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Pull Request information
2+
3+
## 🎯 Purpose of the PR
4+
5+
- [ ] Bug Fix
6+
- [ ] New Feature
7+
- [ ] Refactor
8+
- [ ] Documentation Update
9+
- [ ] Code Cleanup
10+
- [ ] Other: please specify
11+
12+
---
13+
14+
## 📝 Description
15+
16+
<!-- Provide a brief explanation of the changes made in this PR and the problem it addresses. Highlight the key aspects of your solution and explain why the changes are necessary. -->
17+
18+
---
19+
20+
## 📸 Screenshots (if any)
21+
22+
<!-- Add screenshots or videos showcasing the changes, especially for UI-related updates or bug fixes. -->
23+
24+
---
25+
26+
## 🔗 Related Issue
27+
28+
<!-- If this PR is related to an issue, please provide a link to it (e.g., `#issue_number`). -->
29+
30+
---
31+
32+
## 🔍 Testing Strategy
33+
34+
Detail how the changes were tested, including:
35+
36+
- [ ] Unit tests
37+
- [ ] Integration tests
38+
- [ ] Manual testing (explain steps followed)
39+
- [ ] Other: please specify
40+
41+
---
42+
43+
## 💡 Additional Notes
44+
45+
<!-- Include any extra information or context that might help reviewers understand the PR. For example:
46+
47+
- Any concerns, technical debt, or things to watch out for?
48+
- Any blockers or dependencies that might delay the merge? -->

0 commit comments

Comments
 (0)