From a809461738f4d359d544a99f5fd3d7c3b527bddb Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 22 Oct 2024 09:23:32 +0200 Subject: [PATCH] Try to discourage "unrelated" information under `Attach (recommended) or Link to PDF file` in the bug report template (PR 18535 follow-up) Unfortunately it turns out to be somewhat common for users to provide a bunch of "unrelated" information in this field, or even stating their entire problem there, rather than placing it under the appropriate headings further down in the template. --- .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 757dd953a..9d1dbce8f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,6 +6,7 @@ body: attributes: label: Attach (recommended) or Link to PDF file description: Without this information the issue may be closed without comment + placeholder: Please place only the PDF file in this field validations: required: true