Skip to content

Commit d67fc42

Browse files
committed
Add Issue and PR templates
1 parent 5f1b71c commit d67fc42

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug Report
3+
about: Report something that isn't working
4+
title: '[Bug] '
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
Describe the bug clearly
12+
13+
## Steps to Reproduce
14+
1.
15+
2.
16+
3.
17+
18+
## Expected Behavior
19+
What should happen
20+
21+
## Actual Behavior
22+
What actually happens
23+
24+
## Environment
25+
- OS:
26+
- Version:
27+
- Branch:
28+
29+
## Screenshots
30+
If applicable
31+
32+
## Additional Context
33+
Any other context
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature
4+
title: '[Feature] '
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Feature Description
11+
Clear description of the feature
12+
13+
## Use Case
14+
Why is this needed? What's the use case?
15+
16+
## Proposed Solution
17+
How should it work?
18+
19+
## Alternatives Considered
20+
Other solutions you've considered
21+
22+
## Additional Context
23+
Screenshots, mockups, etc.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Description
2+
Brief description of changes
3+
4+
## Type of Change
5+
- [ ] Bug fix
6+
- [ ] New feature
7+
- [ ] Breaking change
8+
- [ ] Documentation update
9+
10+
## Testing
11+
Describe testing done
12+
13+
## Checklist
14+
- [ ] Tests pass
15+
- [ ] Code follows style
16+
- [ ] Documentation updated (if needed)
17+
- [ ] No warnings introduced
18+
19+
## Related Issues
20+
Closes #
21+
22+
## Additional Context
23+
Any other relevant info

0 commit comments

Comments
 (0)