Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore authored Jul 16, 2024
1 parent e2637ca commit 1c8a3e2
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,52 @@ assignees: ''

**Do not remove any of these questions! Bug-Reports that do not contain all required information will not be accepted. If you cannot provide any required information, explain why this is the case.**

**Version of the Arduino IDE**
**Version of the Arduino IDE**
Please note: Versions 1.8.19 and below are not supported by this project anymore.

**BSB-LAN Version**
**Version of the ESP32 or Arduino framework**
See ***Tools/Board/Board Manager*** for exact version you are using

**BSB-LAN Version**
As displayed in the web-configuration or copy from `bsb-version.h` file. Please make sure that you have installed the most recent version from the master repository and also updated your BSB_LAN_config.h accordingly. We don't fix bugs for discontinued platforms (such as Arduino Mega).

**Architecture**
**Architecture**
The architecture BSB-LAN is running on (Arduino Mega, Arduino Due, ESP32 NodeMCU, ESP32 Olimex EVB etc.)

**Bus system**
**Bus system**
Which bus BSB-LAN is running on (BSB, LPB, PPS)?

**Describe the bug**
**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Log files - Bug reports without log files will be closed**
**Log files - Bug reports without log files will be closed**
If you cannot provide a log file, explain here why in order to prevent closing this bug report. Attach or copy/paste the log of the Arduino IDE's serial monitor when performing the actions that lead to the error. If possible start the log right before BSB-LAN boots (pressing the reset button on the board).

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

**Screenshots**
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (if applicable, please complete the following information):**
**Desktop (if applicable, please complete the following information):**
- OS: [e.g. MacOS 11.1, Windows 11]
- Browser [e.g. Chrome, Safari]
- Browser version [e.g. 22]

**Smartphone (if applicable, please complete the following information):**
**Smartphone (if applicable, please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. Safari, FireFox]
- Browser version [e.g. 22]

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

**Attach your BSB_LAN_config.h file to your bug report (remove any confidential information if necessary). Do not ZIP or otherwise compress it. Bug reports without this file attached will be closed immediately.**

0 comments on commit 1c8a3e2

Please sign in to comment.