From 8640b8e5453d54a4102c2bc412c83066de686f7f Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Mon, 5 Oct 2020 18:27:55 +0200 Subject: [PATCH] Try to improve bug template and greetings --- .github/ISSUE_TEMPLATE/bug-report---problem.md | 8 +++++++- .github/workflows/greetings.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report---problem.md b/.github/ISSUE_TEMPLATE/bug-report---problem.md index 439d7d76..5be6778d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report---problem.md +++ b/.github/ISSUE_TEMPLATE/bug-report---problem.md @@ -29,11 +29,17 @@ If applicable, add screenshots to help explain your problem. - Web UI Version:[e.g 2.1b14] - Wifi mode:[e.g. STA] - 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:** - Name: [e.g. Marlin] - Version [e.g. 2.0] + + tip: to get firmware info type `M115` in console **Board used (please complete the following information):** - MCU: [e.g. ESP32] diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 9fa916f8..9856db28 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1 with: 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.'