Skip to content

Commit 42e8cf4

Browse files
authored
Issue templates (#24)
* New issue templates * added device to bug/questions
1 parent 4ee8a0d commit 42e8cf4

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug report, needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
Confirm by changing [ ] to [x] below to ensure that it's a bug:
11+
- [ ] I've searched for [previous similar issues](https://github.com/aws/aws-iot-device-sdk-js-v2/issues) and didn't find any solution
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**SDK version number**
17+
18+
**Platform/OS/Hardware/Device**
19+
What are you running the sdk on?
20+
21+
**To Reproduce (observed behavior)**
22+
Steps to reproduce the behavior (please share code)
23+
24+
**Expected behavior**
25+
A clear and concise description of what you expected to happen.
26+
27+
**Logs/output**
28+
If applicable, add logs or error output.
29+
30+
*REMEMBER TO SANITIZE YOUR PERSONAL INFO*
31+
32+
```
33+
const level : io.LogLevel = parseInt(io.LogLevel[argv.verbosity.toUpperCase()]);
34+
io.enable_logging(level);
35+
```
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature request"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature-request, needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "\U0001F4AC Questions / Help"
3+
about: If you have questions, please check AWS Forums or StackOverflow
4+
title: ''
5+
labels: guidance, needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
Confirm by changing [ ] to [x] below:
11+
- [ ] I've searched for [previous similar issues](https://github.com/aws/aws-iot-device-sdk-js-v2/issues) and didn't find any solution
12+
13+
**Platform/OS/Hardware/Device**
14+
What are you running the sdk on?
15+
16+
**Describe the question**

0 commit comments

Comments
 (0)