Skip to content

Commit 387bee5

Browse files
committed
chore: templates
1 parent 466efb2 commit 387bee5

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## Is your feature request related to a problem?
10+
A clear description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
## Describe the solution you'd like
13+
A clear description of what you want to happen.
14+
15+
## Describe alternatives you've considered
16+
A clear description of any alternative solutions or features you've considered.
17+
18+
## Additional context
19+
Add any other context or screenshots about the feature request here.
20+
21+
## Implementation ideas
22+
If you have thoughts on how this could be implemented, share them here.

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Description
2+
Brief description of changes and motivation for this PR.
3+
4+
## Type of Change
5+
- [ ] Bug fix (non-breaking change which fixes an issue)
6+
- [ ] New feature (non-breaking change which adds functionality)
7+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
8+
- [ ] Documentation update
9+
- [ ] Refactoring (no functional changes)
10+
11+
## Testing
12+
- [ ] Tests pass locally (`just test`)
13+
- [ ] Added new tests for this change
14+
- [ ] Tested manually in multiple scenarios
15+
16+
Describe specific testing done:
17+
18+
## Breaking Changes
19+
List any breaking changes and migration steps needed:
20+
21+
## Checklist
22+
- [ ] Code follows style guidelines (`just lint` passes)
23+
- [ ] Code is formatted (`just format` applied)
24+
- [ ] Self-review completed
25+
- [ ] Documentation updated (if needed)
26+
- [ ] No console logs or debug code left behind
27+
28+
## Additional Notes
29+
Any additional context, screenshots, or information reviewers should know.

0 commit comments

Comments
 (0)