Skip to content

Commit fe3cf7f

Browse files
committed
Add issue templates
1 parent dcb754e commit fe3cf7f

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
[ To keep development of this project going, consider sponsoring. If you are
11+
already a sponsor, thank you! ]
12+
13+
**version**
14+
15+
[ Please specify which version of this project you are using. ]
16+
17+
**platform**
18+
19+
[ Please specify which platform you are using nbb on: which OS + version and which Node.js version? ]
20+
21+
**problem**
22+
23+
[ Please provide a short and to the point description of the problem ]
24+
25+
**repro**
26+
27+
[ Please provide a minimal working reproduction of the problem ]
28+
29+
**expected behavior**
30+
31+
[ What is the behavior you expected to see? Please provide a minimal working example ]
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 an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
[ To keep development of this project going, consider sponsoring. If you are
11+
already a sponsor, thank you! ]
12+
13+
**Is your feature request related to a problem? Please describe.**
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
16+
**Describe the solution you'd like**
17+
A clear and concise description of what you want to happen.
18+
19+
**Describe alternatives you've considered**
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
**Additional context**
23+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)