From acdb5f0bf3aefdca197d4dd89882fc82eb56006f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 3 Aug 2023 16:21:04 +0200 Subject: [PATCH] docs: refine bug report issue template, take 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 513e62f9..633a1b20 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,8 @@ body: label: Actual result description: What actually happened. placeholder: | - Please include the actual error message generated with from `pnpm start:dev`, if any. + - Please include the actual error outputs generated from 'pnpm start:dev', if any + - Please include the actual error log messages, if any - type: textarea attributes: label: Steps to reproduce -- 2.34.1