Update diagram proposal

This commit is contained in:
Sidharth Vinod
2023-06-02 11:50:49 +05:30
parent c2c8024718
commit 74ccf6410d

View File

@@ -3,6 +3,7 @@ description: Suggest a new Diagram Type to add to Mermaid.
labels: labels:
- 'Status: Triage' - 'Status: Triage'
- 'Type: Enhancement' - 'Type: Enhancement'
- 'Type: New Diagram'
body: body:
- type: markdown - type: markdown
@@ -17,6 +18,14 @@ body:
- Use a clear and concise title - Use a clear and concise title
- Fill out the text fields with as much detail as possible. - Fill out the text fields with as much detail as possible.
- Never be shy to give us screenshots and/or code samples. It will help! - Never be shy to give us screenshots and/or code samples. It will help!
## Example issues
Refer to the discussions here to get an idea of how the diagram syntax is created.
- https://github.com/mermaid-js/mermaid/issues/4269
- https://github.com/mermaid-js/mermaid/issues/4282
- type: textarea - type: textarea
attributes: attributes:
label: Proposal label: Proposal
@@ -35,8 +44,17 @@ body:
description: If applicable, add screenshots to show possible examples of how the diagram may look like. description: If applicable, add screenshots to show possible examples of how the diagram may look like.
- type: textarea - type: textarea
attributes: attributes:
label: Code Sample label: Syntax
description: |- description: |-
If applicable, add a code sample for how to implement this new diagram. If possible, include a syntax which could be used to write the diagram.
The text will automatically be rendered as JavaScript code. Try to add one or two examples of valid use-cases here.
render: javascript - type: dropdown
id: implementation
attributes:
label: Implementation
description: |-
Would you like to implement this yourself, or is it a proposal for the community?
If there is no corresponding PR from your side after 30 days, the diagram will be open for everyone to implement.
options:
- I will try and implement it myself.
- This is a proposal which I'd love to see built into mermaid by the wonderful community.