mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Doc] Fix copy/paste error in template.
This commit is contained in:
parent
76154cc1ff
commit
839ee0d7d9
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -39,7 +39,7 @@ body:
|
||||||
label: "Configuration"
|
label: "Configuration"
|
||||||
description: |
|
description: |
|
||||||
Please use https://gist.github.com and include output of `rofi -dump-config`.
|
Please use https://gist.github.com and include output of `rofi -dump-config`.
|
||||||
n/a is not a valid theme.
|
n/a is not a valid config.
|
||||||
placeholder: "Gist URL"
|
placeholder: "Gist URL"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -48,7 +48,7 @@ body:
|
||||||
label: "Theme"
|
label: "Theme"
|
||||||
description: |
|
description: |
|
||||||
Please use https://gist.github.com and include output of `rofi -dump-theme`.
|
Please use https://gist.github.com and include output of `rofi -dump-theme`.
|
||||||
n/a is not a valid config.
|
n/a is not a valid theme.
|
||||||
placeholder: "Gist URL"
|
placeholder: "Gist URL"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue