Skip to content

Commit 910f1af

Browse files
committed
update issue template
1 parent cea17d2 commit 910f1af

File tree

3 files changed

+37
-49
lines changed

3 files changed

+37
-49
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/issue.md

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: Only for bugs founds in the library! Otherwise, please go to the discussions section!
4+
title: "[BUG] "
5+
labels: triage
6+
assignees: ""
7+
---
8+
9+
PLEASE MAKE SURE TO READ THE RECOMMENDATIONS BEFORE OPENING A BUG REPORT:
10+
11+
https://github.com/ESP32Async/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations-for-build-options
12+
13+
PLEASE READ THE FOLLOWING BEFORE OPENING A BUG REPORT:
14+
15+
If you want to discuss a feature, improvement, or as a question, please create a discussion here: https://github.com/ESP32Async/ESPAsyncWebServer/discussions/categories/general
16+
17+
If you have a crash, regression or found an issue, please give the following information:
18+
19+
- Which board:
20+
- Which platform (ESP8266, ESP32):
21+
- AsyncTCP version (if applicable):
22+
- AsyncTCP repository location you use (if applicable and if you use one coming from elsewhere):
23+
- ESPAsyncTCP version (if applicable):
24+
- ESPAsyncTCP repository location you use (if applicable and if you use one coming from elsewhere):
25+
- Do you use AsyncTCPSock (y/n):
26+
27+
Please post a complete decoded stack trace below in case of a crash (if applicable):
28+
29+
```plaintext
30+
31+
```
32+
33+
Please post some code, ino file, minimal reproductible use case (if applicable):
34+
35+
```cpp
36+
37+
```

.github/ISSUE_TEMPLATE/question.md

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

0 commit comments

Comments
 (0)