From b7449a997f35190ee4ecbbf67c2b8902ee48bdb4 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Wed, 16 Aug 2023 11:55:48 +0900 Subject: [PATCH] Fix(template): Inform to place stack trace to Issue (#417) * Fix(template): Inform to place stack trace to Issue * Update following suggestions Co-authored-by: Wing Lian --------- Co-authored-by: Wing Lian --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 6569b8990..cca243fdf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -32,7 +32,7 @@ body: label: Current behaviour description: | Tell us what happens instead of the expected behavior. - Adding of screenshots really helps. + Provide stacktrace and/or screenshots. validations: required: true