From d15590f0a5bf069f66baae87a892ef1a8180e443 Mon Sep 17 00:00:00 2001 From: Yokozuna59 Date: Tue, 27 Jun 2023 02:31:09 +0300 Subject: [PATCH 1/2] add suggested solutions field in bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1b84bfd45e..6d8d4f4f84 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,8 +53,18 @@ body: Please fill out the info below. Note that you only need to fill out the relevant section value: |- - - Mermaid version: + - Mermaid version: - Browser and Version: [Chrome, Edge, Firefox] + - type: textarea + attributes: + label: Suggested Solutions + description: > + If applicable, suggest solutions that could resolve the bug. + It would help maintainers/contributors to not waist time looking for some, + even pointing the line causing the bug would be great! + placeholder: |- + - Add a new option for ... + - Add a new type for ... - type: textarea attributes: label: Additional Context From b60ec8e5ff8fea5ae0679770a3be8d2aa0d0706d Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 27 Jun 2023 11:51:44 +0530 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6d8d4f4f84..2f87cd60c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,10 +60,9 @@ body: label: Suggested Solutions description: > If applicable, suggest solutions that could resolve the bug. - It would help maintainers/contributors to not waist time looking for some, - even pointing the line causing the bug would be great! + It would help maintainers/contributors to not waste time looking for the solution. Even pointing the line causing the bug would be great! placeholder: |- - - Add a new option for ... + - Variable `parser` in file is not initialised ... - Add a new type for ... - type: textarea attributes: