Skip to content

Commit 4d83d76

Browse files
committed
added pr templates
1 parent 6baf29e commit 4d83d76

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Related Issue(s)
2+
3+
Closes #ISSUE_NUMBER
4+
5+
## What kind of change does this PR introduce?
6+
7+
- [ ] Bugfix
8+
- [ ] Feature
9+
- [ ] Documentation
10+
11+
## Why this change?
12+
13+
Briefly describe the motivation and what problem this solves
14+
15+
## Demo / Preview
16+
17+
- **Live Demo:** [Insert link here]
18+
- **Screenshots / GIFs:**
19+
![Before](url)![After](url)
20+
21+
## Checklist
22+
23+
- [ ] Code follows project style guidelines
24+
- [ ] Tests added / updated as needed
25+
- [ ] Documentation updated accordingly (README, CONTRIBUTING, etc.)
26+
- [ ] No sensitive data or credentials included
27+
- [ ] Verified for performance or security impact (if applicable)
28+
29+
30+
## Additional Info (optional)

0 commit comments

Comments
 (0)