Skip to content

Commit 6932a43

Browse files
authored
Update bug_report.md
1 parent d1380d9 commit 6932a43

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,28 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
15+
1. Connect hardware: [Specify hardware connections, e.g., "Connect ESP32 to USB port, connect sensor X to GPIO Y"]
16+
2. Flash firmware: [Specify method, e.g., "Flash `firmware_v1.2.hex` using esptool"]
17+
3. Power on device: [Describe power-up sequence, if relevant]
18+
4. Perform action: [Describe user interaction or environmental trigger]
19+
5. Observe error: [Describe what happens incorrectly]
1920

2021
**Expected behavior**
2122
A clear and concise description of what you expected to happen.
2223

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
24+
**Actual behavior**
25+
A clear and concise description of what actually happened, including any error messages or unexpected states.
2526

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
27+
**Environment**
28+
* **Microcontroller/Board:** [e.g., nucleo_f429zi, rpi_pico, adafruit_grand_central_m4_express]
29+
* **Zephyr OS Version:** [e.g., v3.7.1]
30+
* **BACnet Stack Library Version:** [e.g., v1.4.1]
31+
* **Development Environment:** [e.g., bash, vscode]
32+
* **Compiler/Toolchain:** [e.g., GCC ARM Embedded, picolibc, newlib]
33+
* **Operating System (Host):** [e.g., Windows 10, macOS Ventura, Ubuntu 22.04, Windows, WSL Ubuntu 22.04]
34+
* **Peripherals/Sensors:** [List any relevant connected hardware, e.g., "DHT11 sensor, I2C OLED display"]
3035

31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36+
**Logs/Output (if applicable)**
3637

3738
**Additional context**
3839
Add any other context about the problem here.

0 commit comments

Comments
 (0)