From 76154cc1ff47ad47ecc8477cf631304616f5b6da Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 11 Mar 2024 15:48:25 +0100 Subject: [PATCH] [Doc] Fix typo in issue template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 39b3dd4d..df1c8031 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,7 @@ body: consider you’re wrong and still fill the full report. Any report missing required informations will be labeled as “Incomplete Report - Please follow the guidelines” and will be closed. If you ask a - question, enter dummy information in required fields to get passed the + question, enter dummy information in required fields to get past the checks or in general completely ignore the guidelines, the issue will be closed and locked as spam. @@ -37,21 +37,26 @@ body: - type: input attributes: label: "Configuration" - description: "Please use https://gist.github.com and include output of `rofi -dump-config`." + description: | + Please use https://gist.github.com and include output of `rofi -dump-config`. + n/a is not a valid theme. 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`." + description: | + Please use https://gist.github.com and include output of `rofi -dump-theme`. + n/a is not a valid config. placeholder: "Gist URL" validations: required: true - type: input attributes: label: "Timing report" - description: "Please use https://gist.github.com and include output of your command with G_MESSAGES_DEBUG=Timings set." + description: | + Please use https://gist.github.com and include output of your command with G_MESSAGES_DEBUG=Timings set. placeholder: "Gist URL" validations: required: false