diff --git a/.github/ISSUE_TEMPLATE/bug-report---problem.md b/.github/ISSUE_TEMPLATE/bug-report---problem.md new file mode 100644 index 00000000..8979d830 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report---problem.md @@ -0,0 +1,45 @@ +--- +name: Bug report / Problem +about: Create a report to help us improve and help you +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**ESP3D Firmware:** +- ESP core version: [2.5.2] +- Version:[e.g 2.1b4] +- Web UI Version:[e.g 2.1b14] +- Wifi mode:[e.g. STA] +- WebUI version: [e.g. 2.0b4] +- Any change done in FW + +**Target Firmware:** + - Name: [e.g. Marlin] + - Version [e.g. 2.0] + +**Board used (please complete the following information):** + - MCU: [e.g. ESP32] + - Name:[e.g. NodeMCU2s] + - Flash size: [e.g. 4M: 2M/2M] + +**Additional context** +Add any other context about the problem here. +Wiring, decoded stack, etc...