diff --git a/.github/ISSUE_TEMPLATE/3-test.yml b/.github/ISSUE_TEMPLATE/3-test.yml
index 655b0b5f2..c3c04cc70 100644
--- a/.github/ISSUE_TEMPLATE/3-test.yml
+++ b/.github/ISSUE_TEMPLATE/3-test.yml
@@ -30,11 +30,17 @@ body:
2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible.
- Bar and widgets not showing? run `pkill ags; ags` for logs.
- Installation failed? Run installation again for logs.
- - Optionally also run `./diagnose` inside the repo for logs.
- type: textarea
attributes:
label: The issue
- value: "\n(Describe your issue here!)\n\nLogs
\n\n```\n(Put your log content here!)\n```\n\n "
+ 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
+ discription: "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