File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments