From bbb09dd529021d6978a27826e13b8a931e8cd226 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 15:16:00 +0800 Subject: [PATCH] Update issue form. --- .github/ISSUE_TEMPLATE/1-issue.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 8bc54f856..252873d06 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -5,7 +5,7 @@ labels: ["ISSUE"] body: - type: markdown attributes: - value: "**Welcome to submit a new issue!**\n- It takes only 3 steps so please be patient.\n- Tip: If your issue is not a feature request, and it does not fit into the following form, for example \"how can I edit some widget\", please use [Discussions](https://github.com/end-4/dots-hyprland/discussions) instead." + value: "**Welcome to submit a new issue!**\n- It takes only 3 steps, so please be patient :)\n- Tip: If your issue is not a feature request, and it does not fit into the following form, for example \"how can I edit some widget\", please use [Discussions](https://github.com/end-4/dots-hyprland/discussions) instead." - type: checkboxes attributes: label: "Step 1. Before you submit" @@ -20,24 +20,27 @@ body: - type: textarea attributes: label: "Step 2. Quick diagnose info" - description: "Run `./diagnose` inside the repo, and paste the result below." - value: "
Quick diagnose\n\n```\n\n```\n\n
" + description: "Run `./diagnose` inside the repo, and paste the result (which is also saved as file `./diagnose.result`) below." + value: "
Quick diagnose\n\n```\n\n```\n\n
" validations: required: true - type: markdown attributes: value: | - **Describe your problem below.** + **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. - 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. + 4. If the logs are suuuuuuper long, consider using an online pastebin service instead. - type: textarea attributes: label: "Step 3. Describe the issue" - value: "\n\n\n
Click to toggle folding\n\n```\n\n\n```\n\n
" + value: "\n\n\n
Logs\n\n```\n\n```\n\n
" validations: required: true