From 12c3f251a147730bc4095a7147bdc20bc96c613e Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 1 Aug 2024 11:50:09 +0200 Subject: [PATCH] Further emphasize the importance of `Attach (recommended) or Link to PDF file` in the bug report template Unfortunately it turns out (perhaps unsurprisingly) that even the new bug report template isn't stopping users from leaving out the single most important part, i.e. `Attach (recommended) or Link to PDF file`, despite it now being marked as a required field. --- .github/ISSUE_TEMPLATE/bug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9a55ac44e1f40..4ac00300981bc 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -5,6 +5,7 @@ body: - type: textarea attributes: label: Attach (recommended) or Link to PDF file + description: Without this information the issue may be closed without comment validations: required: true