From 925fbdf12f845c075e413de2784d3c6d758acfac Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 21 Aug 2022 17:18:56 +0200 Subject: [PATCH] Update issue template, split theme/configuration in two fields. --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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