From d9c0c4ed449ecaa63e8d0988aa6d712aeb3636fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sun, 1 Sep 2024 08:35:37 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c1f2273c..5ef95642 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,9 +13,29 @@ Before submitting new issue, please check the [Troubleshooting Guide](https://gi **Describe the bug** A clear and concise description of what the bug is. When applicable, please include [debug mode output](https://github.com/jgromes/RadioLib/wiki/Debug-mode) **using the appropriate debug mode**. +
Debug mode output +

+ +``` +paste the debug output here +``` + +

+
+ **To Reproduce** Minimal Arduino sketch to reproduce the behavior. Please use Markdown to style the code to make it readable (see [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code)). +
Sketch that is causing the module fail +

+ +```c++ +paste the sketch here, even if it is an unmodified example code +``` + +

+
+ **Expected behavior** A clear and concise description of what you expected to happen. @@ -27,4 +47,4 @@ If applicable, add screenshots to help explain your problem. - Link to Arduino core: [e.g. https://github.com/stm32duino/Arduino_Core_STM32 when using official STM32 core. See readme for links to all supported cores] - Wireless module type [e.g. CC1101, SX1268, etc.] - Arduino IDE version [e.g. 1.8.5] - - Library version [e.g. 3.0.0] + - Library version [e.g. 3.0.0 or git hash]