Skip to content

Commit

Permalink
Merge pull request #4541 from Yokozuna59/add-suggested-solutions-fiel…
Browse files Browse the repository at this point in the history
…d-in-bug-report

add `Suggested Solutions` field in `bug_report.yml`
  • Loading branch information
sidharthv96 authored Jun 27, 2023
2 parents 2b46323 + b60ec8e commit a20aa4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,17 @@ 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 waste time looking for the solution. Even pointing the line causing the bug would be great!
placeholder: |-
- Variable `parser` in file <filepath> is not initialised ...
- Add a new type for ...
- type: textarea
attributes:
label: Additional Context
Expand Down

0 comments on commit a20aa4f

Please sign in to comment.