RadioLib/.github/ISSUE_TEMPLATE/bug_report.md

51 wiersze
1.6 KiB
Markdown
Czysty Zwykły widok Historia

2019-05-25 14:42:43 +00:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**IMPORTANT: Check the wiki**
2024-03-10 11:44:04 +00:00
Before submitting new issue, please check the [Troubleshooting Guide](https://github.com/jgromes/RadioLib/wiki/Troubleshooting-Guide) Wiki page and the [API documentation](https://jgromes.github.io/RadioLib/). You might find a solution to your issue there.
2019-05-25 14:42:43 +00:00
**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**.
2019-05-25 14:42:43 +00:00
2024-09-01 06:35:37 +00:00
<details><summary>Debug mode output</summary>
<p>
```
paste the debug output here
```
</p>
</details>
2019-05-25 14:42:43 +00:00
**To Reproduce**
2023-03-02 20:34:36 +00:00
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)).
2019-05-25 14:42:43 +00:00
2024-09-01 06:35:37 +00:00
<details><summary>Sketch that is causing the module fail</summary>
<p>
```c++
paste the sketch here, even if it is an unmodified example code
```
</p>
</details>
2019-05-25 14:42:43 +00:00
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional info (please complete):**
- MCU: [e.g. Arduino Uno, ESP8266 etc.]
2020-06-27 16:04:33 +00:00
- 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]
2020-03-29 08:05:03 +00:00
- Wireless module type [e.g. CC1101, SX1268, etc.]
2019-05-25 14:42:43 +00:00
- Arduino IDE version [e.g. 1.8.5]
2024-09-01 06:35:37 +00:00
- Library version [e.g. 3.0.0 or git hash]