From 4603a1ecbfa3b821f4d9204bea6a387b18ab76d3 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Wed, 16 Oct 2024 22:51:08 +0200 Subject: [PATCH] updated templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/question.md | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19fe479..8813107 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,13 @@ --- 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]" labels: triage 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:** [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** -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.** As an alternative, you can use [https://maximeborges.github.io/esp-stacktrace-decoder/](https://maximeborges.github.io/esp-stacktrace-decoder/). diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 7f62845..a0f41e5 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,9 @@ --- name: Question -about: Describe your question +about: "For questions: please go to the discussions section!" title: "[Q]" labels: question assignees: "" --- + +**For questions: please go to the [discussions section](https://github.com/mathieucarbou/ESPAsyncWebServer/discussions)!** \ No newline at end of file