Skip to content

Commit 54d86a8

Browse files
Create pull_request_template.md
1 parent 9abf452 commit 54d86a8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/pull_request_template.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### **Description**
2+
> Clearly explain the purpose of this PR. Include context, goals, or links to discussions.
3+
4+
### **Related Issue**
5+
> Link to GitHub issue(s) this PR addresses. Use `Closes #123` to auto-close issues.
6+
- Closes #ISSUE_NUMBER
7+
8+
### **Type of Change**
9+
- [ ] Bug fix (non-breaking)
10+
- [ ] New feature (non-breaking)
11+
- [ ] Breaking change (fix/feature causing existing functionality to break)
12+
- [ ] Documentation update
13+
- [ ] Other (describe below)
14+
15+
### **Changes Made**
16+
> List key changes or additions. For example:
17+
- Added validation for user input.
18+
- Refactored function logic.
19+
20+
### **Screenshots/Recordings (if applicable)**
21+
> Add visuals for UI changes (e.g., before/after screenshots, GIFs).
22+
23+
### **Checklist**
24+
- [ ] Code follows the project's style guidelines.
25+
- [ ] Tests were added/updated for changes.
26+
- [ ] Documentation (README, comments, etc.) was updated.
27+
- [ ] All existing and new tests pass locally.
28+
- [ ] Reviewed by at least one other contributor.
29+
30+
### **Additional Notes**
31+
> Add any caveats, edge cases, or open questions here.

0 commit comments

Comments
 (0)