Skip to content

Commit 5c66a05

Browse files
Merge pull request #18 from ESP32Async/issue-report
New issue report template
2 parents a1c2399 + 99d07d0 commit 5c66a05

File tree

2 files changed

+79
-33
lines changed

2 files changed

+79
-33
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
name: 🐛 Bug Report
2+
description: File a bug report
3+
labels: ["Status: Awaiting triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
### ⚠️ Please remember: issues are for *bugs* only!
9+
10+
- type: markdown
11+
attributes:
12+
value: |
13+
#### Unsure? Have a questions? 👉 [Start a new discussion](https://github.com/ESP32Async/AsyncTCP/discussions/new)
14+
15+
#### Before opening a new issue, please make sure you have searched:
16+
17+
- In the [documentation](https://github.com/ESP32Async/AsyncTCP)
18+
- In the [discussions](https://github.com/ESP32Async/AsyncTCP/discussions)
19+
- In the [issues](https://github.com/ESP32Async/AsyncTCP/issues)
20+
- In the [examples](https://github.com/ESP32Async/AsyncTCP/tree/main/examples)
21+
22+
#### Make sure you are using:
23+
24+
- The [latest version of AsyncTCP](https://github.com/ESP32Async/AsyncTCP/releases)
25+
26+
- type: dropdown
27+
id: tooling
28+
attributes:
29+
label: IDE / Tooling
30+
options:
31+
- Arduino (IDE/CLI)
32+
- pioarduino
33+
- ESP-IDF
34+
- PlatformIO
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: what-happened
40+
attributes:
41+
label: What happened?
42+
description: A clear and concise description of the issue.
43+
placeholder: A clear and concise description of the issue.
44+
validations:
45+
required: true
46+
47+
- type: textarea
48+
id: stack-trace
49+
attributes:
50+
label: Stack Trace
51+
description: Please provide a debug message or error message. If you have a Guru Meditation Error or Backtrace, [please decode it](https://maximeborges.github.io/esp-stacktrace-decoder/).
52+
placeholder: For Arduino IDE, Enable Core debug level - Debug on tools menu, then put the serial output here.
53+
validations:
54+
required: true
55+
56+
- type: textarea
57+
id: how-to-reproduce
58+
attributes:
59+
label: Minimal Reproductible Example (MRE)
60+
description: Post the code or the steps to reproduce the issue.
61+
placeholder: Post the code or the steps to reproduce the issue.
62+
validations:
63+
required: true
64+
65+
- type: checkboxes
66+
id: confirmation
67+
attributes:
68+
label: "I confirm that:"
69+
options:
70+
- label: I have read the documentation.
71+
required: true
72+
- label: I have searched for similar discussions.
73+
required: true
74+
- label: I have searched for similar issues.
75+
required: true
76+
- label: I have looked at the examples.
77+
required: true
78+
- label: I have upgraded to the lasted version of AsyncTCP.
79+
required: true

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)