From bc9d22873eb782d6e1a30afbd43d7190ba741f94 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 13:23:27 +0800 Subject: [PATCH] Fix issue form template --- .github/ISSUE_TEMPLATE/3-test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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\n
Logs\n\n```\n(Put your log content here!)\n```\n\n
" + 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 + discription: "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