summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml13
1 files 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