File tree Expand file tree Collapse file tree 3 files changed +74
-0
lines changed Expand file tree Collapse file tree 3 files changed +74
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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**
You can’t perform that action at this time.
0 commit comments