Update issue form.

This commit is contained in:
clsty
2025-02-09 15:01:24 +08:00
parent 6155306ed0
commit 5d45b3c6fe
+5 -5
View File
@@ -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: "<details><summary>Quick diagnose</summary>\n\n```\n<!-- Run `./diagnose` inside the repo, and paste the result here. -->\n```\n\n</details>"
validations:
@@ -36,14 +36,14 @@ body:
- type: textarea
attributes:
label: The issue
label: "Step 3. Describe the issue"
value: "\n<!-- Describe your issue here! -->\n\n<details><summary>Click to toggle folding</summary>\n\n```\n<!-- Put your log content here!-->\n<!-- You may use more code blocks when needed.-->\n```\n\n</details>"
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