Update issue template, split theme/configuration in two fields.

This commit is contained in:
Dave Davenport 2022-08-21 17:18:56 +02:00
parent f36977dee7
commit 925fbdf12f
1 changed files with 8 additions and 1 deletions

View File

@ -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