summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-08-21 17:18:56 +0200
committerDave Davenport <qball@blame.services>2022-08-21 17:18:56 +0200
commit925fbdf12f845c075e413de2784d3c6d758acfac (patch)
treeaf19334197928ae61e82f97bfb213df69b4a6d10
parentf36977dee7e0c5523333143abe5994d2e15f8c70 (diff)
Update issue template, split theme/configuration in two fields.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index b2cf69e6..3fa99d58 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -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