forked from Shinonome/dots-hyprland
Fix issue form template
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Issue (testing, DO NOT USE)
|
||||
name: Issue
|
||||
description: for reporting any issue
|
||||
title: "[Issue] "
|
||||
labels: ["ISSUE"]
|
||||
@@ -14,11 +14,11 @@ body:
|
||||
- label: I've had the system packages up to date.
|
||||
required: false # Not required cuz user may have failed to do so
|
||||
|
||||
- type: input
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Linux distro:"
|
||||
description: Not sure? Run `lsb_release -a` or `cat /etc/{lsb,os}-release`.
|
||||
placeholder: e.g. Arch Linux
|
||||
label: Quick diagnose info
|
||||
description: "Run `./diagnose` inside the repo, and paste the result below."
|
||||
value: "\n<!-- Run `./diagnose` inside the repo, and paste the result below. -->\n<details><summary>Quick diagnose</summary>\n\n```\n(Paste your diagnose result here!)\n```\n\n</details>"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -37,10 +37,3 @@ body:
|
||||
value: "\n(Describe your issue here!)\n\n<!-- ↓↓ DO NOT IGNORE THIS. NO HELP CAN BE GIVEN WITHOUT SUFFICIENT LOGS -->\n<details><summary>Logs</summary>\n\n```\n(Put your log content here!)\n```\n\n</details>"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Quick diagnose info
|
||||
description: "Run `./diagnose` inside the repo, and paste the result below."
|
||||
value: "\n<!-- Run `./diagnose` inside the repo, and paste the result below. -->\n<details><summary>Quick diagnose</summary>\n\n```\n(Paste your diagnose result here!)\n```\n\n</details>"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user