mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-06 05:56:02 +08:00
Try to improve bug template and greetings
This commit is contained in:
parent
f7166d9c4d
commit
8640b8e545
@ -31,10 +31,16 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
- Flash method: [Arduino Ide / PlatformIO]
|
- Flash method: [Arduino Ide / PlatformIO]
|
||||||
- Any change done in FW
|
- Any change done in FW
|
||||||
|
|
||||||
|
tips: to get ESP3D informations type `[ESP420]plain`
|
||||||
|
to get WebUI version check your menu header
|
||||||
|
|
||||||
|
|
||||||
**Target Firmware:**
|
**Target Firmware:**
|
||||||
- Name: [e.g. Marlin]
|
- Name: [e.g. Marlin]
|
||||||
- Version [e.g. 2.0]
|
- Version [e.g. 2.0]
|
||||||
|
|
||||||
|
tip: to get firmware info type `M115` in console
|
||||||
|
|
||||||
**Board used (please complete the following information):**
|
**Board used (please complete the following information):**
|
||||||
- MCU: [e.g. ESP32]
|
- MCU: [e.g. ESP32]
|
||||||
- Name:[e.g. NodeMCU2s]
|
- Name:[e.g. NodeMCU2s]
|
||||||
|
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@ -9,5 +9,5 @@ jobs:
|
|||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: 'Thank your for submiting, please be sure you followed template or your issue may be dismissed.'
|
issue-message: 'Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is [here](https://github.com/luc-github/ESP3D/blob/2.1.x/.github/ISSUE_TEMPLATE/bug-report---problem.md)'
|
||||||
pr-message: 'Thank you for your contribution, be patient, review can take a time.'
|
pr-message: 'Thank you for your contribution, be patient, review can take a time.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user