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
|
description: for reporting any issue
|
||||||
title: "[Issue] "
|
title: "[Issue] "
|
||||||
labels: ["ISSUE"]
|
labels: ["ISSUE"]
|
||||||
@@ -14,11 +14,11 @@ body:
|
|||||||
- label: I've had the system packages up to date.
|
- label: I've had the system packages up to date.
|
||||||
required: false # Not required cuz user may have failed to do so
|
required: false # Not required cuz user may have failed to do so
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Linux distro:"
|
label: Quick diagnose info
|
||||||
description: Not sure? Run `lsb_release -a` or `cat /etc/{lsb,os}-release`.
|
description: "Run `./diagnose` inside the repo, and paste the result below."
|
||||||
placeholder: e.g. Arch Linux
|
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:
|
validations:
|
||||||
required: true
|
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>"
|
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:
|
validations:
|
||||||
required: true
|
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