From 38941f20e88839195c680cb517c136abea7f5ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Alz=C3=A9n?= Date: Mon, 5 Jun 2023 23:00:23 +0200 Subject: [PATCH] =?UTF-8?q?Clarify=20issue=20template=20to=20say=20?= =?UTF-8?q?=E2=80=9Cfull=20stack=20trace=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reporters should always include the full stack trace. Make it more obvious that it is the case (and so we can point to the template in case people don’t). --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cd49e2298b..99ab718aa5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,7 @@ body: - type: textarea attributes: label: Describe the bug - description: A clear and concise description about the bug. Please include the stack trace in the case of a crash. + description: A clear and concise description about the bug. Please include the full stack trace in the case of a crash. validations: required: true - type: textarea