| 1 | name: Syntax Proposal |
| 2 | description: Suggest a new Syntax to add to Mermaid.js. |
| 3 | labels: |
| 4 | - 'Status: Triage' |
| 5 | - 'Type: Enhancement' |
| 6 | |
| 7 | body: |
| 8 | - type: markdown |
| 9 | attributes: |
| 10 | value: |- |
| 11 | ## Before you submit... |
| 12 | First of all, thank you for proposing a new Syntax to us. |
| 13 | We are always happy about new ideas to improve Mermaid.js wherever possible. |
| 14 | |
| 15 | To get the fastest and best response possible, make sure you do the following: |
| 16 | |
| 17 | - Use a clear and concise title |
| 18 | - Fill out the text fields with as much detail as possible. Examples are always welcome. |
| 19 | - Never be shy to give us screenshots and/or code samples. It will help! |
| 20 | - type: textarea |
| 21 | attributes: |
| 22 | label: Proposal |
| 23 | description: A clear and concise description of what Syntax should be added to Mermaid.js. |
| 24 | placeholder: Mermaid.js should add ... because ... |
| 25 | validations: |
| 26 | required: true |
| 27 | - type: textarea |
| 28 | attributes: |
| 29 | label: Example |
| 30 | description: If applicable, provide an example of the new Syntax. |
| 31 | - type: textarea |
| 32 | attributes: |
| 33 | label: Screenshots |
| 34 | description: If applicable, add screenshots to show possible examples of how the theme may look like. |
| 35 | |