From 5d45b3c6fe6d530febe7bf9699865a2fa0d514cb Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 15:01:24 +0800 Subject: [PATCH] Update issue form. --- .github/ISSUE_TEMPLATE/1-issue.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index c66032672..8bc54f856 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -5,10 +5,10 @@ labels: ["ISSUE"] body: - type: markdown attributes: - value: "**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: Before you submit + label: "Step 1. Before you submit" options: - label: I have read the [Troubleshooting](https://end-4.github.io/dots-hyprland-wiki/en/i-i/04troubleshooting/) and [Usage](https://end-4.github.io/dots-hyprland-wiki/en/i-i/02usage/) pages. required: true @@ -19,7 +19,7 @@ body: - type: textarea attributes: - label: Quick diagnose info + 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
" validations: @@ -36,14 +36,14 @@ body: - type: textarea attributes: - label: The issue + label: "Step 3. Describe the issue" value: "\n\n\n
Click to toggle folding\n\n```\n\n\n```\n\n
" validations: required: true - type: checkboxes attributes: - label: Last check + label: Reminder options: - label: I agree that it's usually impossible for others to help me without my logs. required: true