Skip to content

Commit 675663d

Browse files
authored
New issue template (#45)
* New issue template
1 parent 907cbde commit 675663d

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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-python-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/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+
awscrt.io.init_logging(awscrt.io.LogLevel.Warn, 'stderr')
34+
```
35+
36+
**Additional context**
37+
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-pyhton-v2/issues) and didn't find any solution
12+
13+
**Platform/OS/Device**
14+
What are you running the sdk on?
15+
16+
**Describe the question**

0 commit comments

Comments
 (0)