updated templates

This commit is contained in:
Mathieu Carbou
2024-10-16 22:51:08 +02:00
parent 5aba428151
commit 4603a1ecbf
2 changed files with 7 additions and 3 deletions

View File

@@ -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/).

View File

@@ -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)!**