From 7bef7f3f5391b13aaab19a203e9e6a4cb41ea06f Mon Sep 17 00:00:00 2001 From: alfrix Date: Sat, 4 Nov 2023 15:53:33 -0300 Subject: [PATCH] issue template fixes --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 12fe5d87..2080dadf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,12 +50,13 @@ body: id: logs attributes: label: Log output - description: Please attach the FULL klipperscreen.log and if needed xorg.log or the tail of journalctl. + description: | + Please attach the FULL klipperscreen.log and if needed xorg.log or the tail of journalctl. + if you need help to find the log file: + Read the [Documentation](https://klipperscreen.readthedocs.io/en/latest/Troubleshooting/) placeholder: | #### The LOG file is REQUIRED. Without the logfile your issue will be closed - if you need help to find the log file: - Read the [Documentation](https://klipperscreen.readthedocs.io/en/latest/Troubleshooting/) Use a Zip archive if needed render: shell diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 42e26e09..e0675234 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: Feature request description: Suggest an idea for this project title: "[FR] " -label: 'enhancement' +labels: 'enhancement' body: - type: markdown attributes: