Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,24 @@ assignees: ''
**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
**Reproduction steps**
Provide step-by-step instructions so we can reproduce the issue. Include a minimal repo or code snippet if possible.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Environment info**
- OS: [e.g. macOS 14]
- Browser: [e.g. Chrome 116]
- Node version: [e.g. 20.x]
- Package version: [e.g. [email protected]]

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Reproduction or use case**
Provide steps or a short scenario that demonstrates when this feature would be useful.

**Environment info**
- OS: [e.g. macOS 14]
- Browser: [e.g. Chrome 116]
- Node version: [e.g. 20.x]

**Expected behavior**
What outcome do you expect when this feature is implemented?

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

Expand Down
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Checklist
- [ ] All tests are passing
- [ ] Documentation updated if needed
- [ ] Lint and formatting run
- [ ] PR title and description clearly describe the change