mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-02 20:24:40 +02:00
updated templates
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,11 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Only for bugs founds in the library! Otherwise, please go to the discussions section!
|
||||||
title: "[BUG]"
|
title: "[BUG]"
|
||||||
labels: triage
|
labels: triage
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
|
**Only for bugs found in the library! Otherwise, please go to the [discussions section](https://github.com/mathieucarbou/ESPAsyncWebServer/discussions)!**
|
||||||
|
|
||||||
**Please make sure to go through the recommendations before opening a bug report:**
|
**Please make sure to go through the recommendations before opening a bug report:**
|
||||||
|
|
||||||
[https://github.com/mathieucarbou/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations](https://github.com/mathieucarbou/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations)
|
[https://github.com/mathieucarbou/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations](https://github.com/mathieucarbou/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations)
|
||||||
@@ -22,7 +24,7 @@ _A clear and concise description of what the bug is._
|
|||||||
|
|
||||||
**Stack trace**
|
**Stack trace**
|
||||||
|
|
||||||
Please provide the stack trace here taken with `monitor_filters = esp32_exception_decoder`.
|
Please provide a **decoded stack trace** taken with `monitor_filters = esp32_exception_decoder`.
|
||||||
**Any issue opened with a non readable stack trace will be ignored because not helpful at all.**
|
**Any issue opened with a non readable stack trace will be ignored because not helpful at all.**
|
||||||
|
|
||||||
As an alternative, you can use [https://maximeborges.github.io/esp-stacktrace-decoder/](https://maximeborges.github.io/esp-stacktrace-decoder/).
|
As an alternative, you can use [https://maximeborges.github.io/esp-stacktrace-decoder/](https://maximeborges.github.io/esp-stacktrace-decoder/).
|
||||||
|
4
.github/ISSUE_TEMPLATE/question.md
vendored
4
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Describe your question
|
about: "For questions: please go to the discussions section!"
|
||||||
title: "[Q]"
|
title: "[Q]"
|
||||||
labels: question
|
labels: question
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
|
**For questions: please go to the [discussions section](https://github.com/mathieucarbou/ESPAsyncWebServer/discussions)!**
|
Reference in New Issue
Block a user