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\nQuick 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\nLogs
\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\nQuick diagnose
\n\n```\n(Paste your diagnose result here!)\n```\n\n "
- validations:
- required: true