[Doc] Fix typo in issue template.

This commit is contained in:
Dave Davenport 2024-03-11 15:48:25 +01:00
parent 1063b6ec05
commit 76154cc1ff
1 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@ body:
consider youre wrong and still fill the full report. Any report consider youre wrong and still fill the full report. Any report
missing required informations will be labeled as “Incomplete Report - missing required informations will be labeled as “Incomplete Report -
Please follow the guidelines” and will be closed. If you ask a Please follow the guidelines” and will be closed. If you ask a
question, enter dummy information in required fields to get passed the question, enter dummy information in required fields to get past the
checks or in general completely ignore the guidelines, the issue will checks or in general completely ignore the guidelines, the issue will
be closed and locked as spam. be closed and locked as spam.
@ -37,21 +37,26 @@ body:
- type: input - type: input
attributes: attributes:
label: "Configuration" label: "Configuration"
description: "Please use https://gist.github.com and include output of `rofi -dump-config`." description: |
Please use https://gist.github.com and include output of `rofi -dump-config`.
n/a is not a valid theme.
placeholder: "Gist URL" placeholder: "Gist URL"
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "Theme" label: "Theme"
description: "Please use https://gist.github.com and include output of `rofi -dump-theme`." description: |
Please use https://gist.github.com and include output of `rofi -dump-theme`.
n/a is not a valid config.
placeholder: "Gist URL" placeholder: "Gist URL"
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "Timing report" label: "Timing report"
description: "Please use https://gist.github.com and include output of your command with G_MESSAGES_DEBUG=Timings set." description: |
Please use https://gist.github.com and include output of your command with G_MESSAGES_DEBUG=Timings set.
placeholder: "Gist URL" placeholder: "Gist URL"
validations: validations:
required: false required: false