mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-14 17:43:01 -04:00
Update issue template, split theme/configuration in two fields.
This commit is contained in:
parent
f36977dee7
commit
925fbdf12f
1 changed files with 8 additions and 1 deletions
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -27,7 +27,14 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: "Configuration"
|
||||
description: "Please use https://gist.github.com and include output of `rofi -dump-config` and `rofi -dump-theme`."
|
||||
description: "Please use https://gist.github.com and include output of `rofi -dump-config`."
|
||||
placeholder: "Gist URL"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: "Theme"
|
||||
description: "Please use https://gist.github.com and include output of `rofi -dump-theme`."
|
||||
placeholder: "Gist URL"
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Add table
Reference in a new issue