From a6ec670315ab1faad93ac20c85320a437419dde3 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 28 Feb 2025 06:45:07 +0800 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/1-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 2c888ac5c..0eeb51b1e 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -31,7 +31,7 @@ body: **Tips for the following Step 3** 1. Use `LANG=C LC_ALL=C` to get the output of a command in English, eg. `LANG=C LC_ALL=C date` displays time in English. 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. + - Bar and widgets not showing? run `pkill agsv1; agsv1` for logs. - Installation failed? Run installation again for logs. - You may use more code blocks when needed. 3. In case you are confused, the `
``````` are HTML tags for folding the logs (typically very long) inside. Please do not touch them (unless you know what you are doing).