From c87453a9e0c4f6d0a7b18a4ab69119eafe75fc29 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 14:08:49 +0800 Subject: [PATCH] Fix issue form template --- .github/ISSUE_TEMPLATE/3-test.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-test.yml b/.github/ISSUE_TEMPLATE/3-test.yml index 1d47c6aba..6b0e281e9 100644 --- a/.github/ISSUE_TEMPLATE/3-test.yml +++ b/.github/ISSUE_TEMPLATE/3-test.yml @@ -1,4 +1,4 @@ -name: Issue (testing, DO NOT USE) +name: Issue description: for reporting any issue title: "[Issue] " labels: ["ISSUE"] @@ -14,11 +14,11 @@ body: - label: I've had the system packages up to date. required: false # Not required cuz user may have failed to do so - - type: input + - type: textarea attributes: - label: "Linux distro:" - description: Not sure? Run `lsb_release -a` or `cat /etc/{lsb,os}-release`. - placeholder: e.g. Arch Linux + label: Quick diagnose info + description: "Run `./diagnose` inside the repo, and paste the result below." + value: "\n\n
Quick diagnose\n\n```\n(Paste your diagnose result here!)\n```\n\n
" validations: required: true @@ -37,10 +37,3 @@ body: value: "\n(Describe your issue here!)\n\n\n
Logs\n\n```\n(Put your log content here!)\n```\n\n
" validations: required: true - - type: textarea - attributes: - label: Quick diagnose info - description: "Run `./diagnose` inside the repo, and paste the result below." - value: "\n\n
Quick diagnose\n\n```\n(Paste your diagnose result here!)\n```\n\n
" - validations: - required: true