Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f526cc5

Browse files
committed
added pull request template
1 parent 440171c commit f526cc5

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## Description
2+
<!-- Provide a brief description of your changes -->
3+
4+
## Type of Change
5+
<!-- Put an `x` in all the boxes that apply -->
6+
7+
- [ ] 🎨 New Animation
8+
- [ ] 🐛 Bug fix
9+
- [ ] 📝 Documentation update
10+
- [ ] ⚡ Performance improvement
11+
- [ ] ♿ Accessibility improvement
12+
- [ ] 🔧 Other (please describe):
13+
14+
## Animation Details
15+
<!-- If adding a new animation, please fill this section -->
16+
17+
- **Animation Name**:
18+
- **Generated by**: [Windsurf/Other AI Tool]
19+
- **Inspiration**: <!-- If applicable -->
20+
- **Performance Impact**: <!-- Any notable performance considerations -->
21+
22+
## Checklist
23+
<!-- Put an `x` in all the boxes that apply -->
24+
25+
- [ ] My code follows the project's style guidelines
26+
- [ ] I have tested my animation in multiple browsers
27+
- [ ] I have added necessary documentation
28+
- [ ] My changes generate no new warnings
29+
- [ ] I have added tests that prove my fix is effective or that my feature works
30+
- [ ] All animations are pure CSS (no JavaScript)
31+
- [ ] I have checked that my animation maintains the cyberpunk theme
32+
- [ ] I have verified my animation works with reduced motion settings
33+
34+
## Screenshots/GIFs
35+
<!-- If applicable, add screenshots or GIFs to help explain your changes -->
36+
37+
## Additional Notes
38+
<!-- Add any other context about the PR here -->
39+
40+
## Related Issues
41+
<!-- Link to any related issues here using #issue-number -->
42+
43+
Closes #

0 commit comments

Comments
 (0)