File tree Expand file tree Collapse file tree 3 files changed +24
-13
lines changed
Expand file tree Collapse file tree 3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,24 @@ assignees: ''
1010** Describe the bug**
1111A clear and concise description of what the bug is.
1212
13- ** To Reproduce **
14- Steps to reproduce the behavior:
13+ ** Reproduction steps **
14+ Provide step-by-step instructions so we can reproduce the issue. Include a minimal repo or code snippet if possible.
15151 . Go to '...'
16162 . Click on '....'
17173 . Scroll down to '....'
18184 . See error
1919
20+ ** Environment info**
21+ - OS: [ e.g. macOS 14]
22+ - Browser: [ e.g. Chrome 116]
23+ - Node version: [ e.g. 20.x]
24+ - Package version:
[ e.g.
[email protected] ] 25+
2026** Expected behavior**
2127A clear and concise description of what you expected to happen.
2228
2329** Screenshots**
2430If applicable, add screenshots to help explain your problem.
2531
26- ** Desktop (please complete the following information):**
27- - OS: [ e.g. iOS]
28- - Browser [ e.g. chrome, safari]
29- - Version [ e.g. 22]
30-
31- ** Smartphone (please complete the following information):**
32- - Device: [ e.g. iPhone6]
33- - OS: [ e.g. iOS8.1]
34- - Browser [ e.g. stock browser, safari]
35- - Version [ e.g. 22]
36-
3732** Additional context**
3833Add any other context about the problem here.
Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
1313** Describe the solution you'd like**
1414A clear and concise description of what you want to happen.
1515
16+ ** Reproduction or use case**
17+ Provide steps or a short scenario that demonstrates when this feature would be useful.
18+
19+ ** Environment info**
20+ - OS: [ e.g. macOS 14]
21+ - Browser: [ e.g. Chrome 116]
22+ - Node version: [ e.g. 20.x]
23+
24+ ** Expected behavior**
25+ What outcome do you expect when this feature is implemented?
26+
1627** Describe alternatives you've considered**
1728A clear and concise description of any alternative solutions or features you've considered.
1829
Original file line number Diff line number Diff line change 1+ ## Checklist
2+ - [ ] All tests are passing
3+ - [ ] Documentation updated if needed
4+ - [ ] Lint and formatting run
5+ - [ ] PR title and description clearly describe the change
You can’t perform that action at this time.
0 commit comments