Skip to content

Commit 7b73fde

Browse files
authored
Add issue templates
1 parent 5187aef commit 7b73fde

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Do this '....'
17+
3. Do that '....'
18+
4. See error
19+
20+
**Sample code**
21+
Provide a [MCVE](https://stackoverflow.com/help/minimal-reproducible-example) below.
22+
```c
23+
# your code goes here
24+
```
25+
26+
**Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Versions (please complete the following information):**
33+
- Library: [e.g. 4.2]
34+
- Platform [e.g. ESP266 Arduino Core 2.5.x]
35+
36+
**Additional context**
37+
Add any other context about the problem here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Support request
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
We offer support to our customers at https://support.thingpulse.com/. Send us an email if you don't have an account yet.

0 commit comments

Comments
 (0)