2022-02-16 22:01:00 +01:00
|
|
|
name: Diagram Proposal
|
|
|
|
description: Suggest a new Diagram Type to add to Mermaid.
|
|
|
|
labels:
|
2022-10-30 00:07:12 +05:30
|
|
|
- 'Status: Triage'
|
|
|
|
- 'Type: Enhancement'
|
2022-02-16 22:01:00 +01:00
|
|
|
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |-
|
2022-02-16 22:16:13 +01:00
|
|
|
## Before you submit...
|
|
|
|
First of all, thank you for proposing a new Diagram to us.
|
|
|
|
We are always happy about new ideas to improve Mermaid.js wherever possible.
|
2022-10-30 00:07:12 +05:30
|
|
|
|
2022-02-16 22:16:13 +01:00
|
|
|
To get the fastest and best response possible, make sure you do the following:
|
2022-10-30 00:07:12 +05:30
|
|
|
|
2022-02-16 22:16:13 +01:00
|
|
|
- Use a clear and concise title
|
|
|
|
- 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!
|
2022-02-16 22:01:00 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Proposal
|
|
|
|
description: A clear and concise description of what should be added to Mermaid.js.
|
|
|
|
placeholder: Mermaid.js should add ... because ...
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Use Cases
|
|
|
|
description: If applicable, give some use cases for where this diagram would be useful.
|
|
|
|
placeholder: The Diagram could be used for ...
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Screenshots
|
|
|
|
description: If applicable, add screenshots to show possible examples of how the diagram may look like.
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Code Sample
|
|
|
|
description: |-
|
|
|
|
If applicable, add a code sample for how to implement this new diagram.
|
|
|
|
The text will automatically be rendered as JavaScript code.
|
|
|
|
render: javascript
|