mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-04-23 22:30:08 +08:00
better feature request template (#751)
* better feature request template * bug template improved
This commit is contained in:
parent
5d43ddb4a8
commit
fe4cf8e818
51
.github/ISSUE_TEMPLATE/bug-report---problem.md
vendored
51
.github/ISSUE_TEMPLATE/bug-report---problem.md
vendored
@ -8,44 +8,51 @@ assignees: ''
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
<!--A clear and concise description of what the bug is.-->
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
<!--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.
|
||||
|
||||
<!--A clear and concise description of what you expected to happen.-->
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
<!--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]
|
||||
- Flash method: [Arduino Ide / PlatformIO]
|
||||
- Any change done in FW
|
||||
|
||||
tips: to get ESP3D informations type `[ESP420]plain`
|
||||
to get WebUI version check your menu header
|
||||
|
||||
<!-- tips:
|
||||
- to get ESP3D informations type `[ESP420]plain`
|
||||
- to get WebUI version check your menu header-->
|
||||
|
||||
- ESP core version: [e.g. 2.5.2]
|
||||
- Version:[e.g. 2.1b4]
|
||||
- Web UI Version:[e.g. 2.1b14]
|
||||
- Wifi mode:[e.g. STA/AP]
|
||||
- Flash method: [Arduino Ide / PlatformIO]
|
||||
- Any change done in FW:
|
||||
|
||||
**Target Firmware:**
|
||||
- Name: [e.g. Marlin]
|
||||
- Version [e.g. 2.0]
|
||||
|
||||
tip: to get firmware info type `M115` in console
|
||||
|
||||
<!-- tip: to get firmware info type `M115` in console -->
|
||||
- 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]
|
||||
|
||||
- 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...
|
||||
|
||||
<!--Add any other context about the problem here.
|
||||
Wiring, decoded stack, etc...-->
|
||||
|
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -8,13 +8,17 @@ assignees: ''
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
<!--A clear and concise description of what you want to happen.-->
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
<!--A clear and concise description of any alternative solutions or features you've considered.-->
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
<!--Add any other context or screenshots about the feature request here.-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user