1.5 KB43 lines
Blame
1name: Theme Proposal
2description: Suggest a new theme to add to Mermaid.js.
3labels:
4 - 'Status: Triage'
5 - 'Type: Enhancement'
6
7body:
8 - type: markdown
9 attributes:
10 value: |-
11 ## Before you submit...
12 First of all, thank you for proposing a new Theme 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 theme 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: Colors
30 description: |-
31 A detailed list of the different colour values to use.
32 See the [list of currently used variable names](https://mermaid-js.github.io/mermaid/#/theming?id=theme-variables-reference-table)
33 placeholder: |-
34 - background: #f4f4f4
35 - primaryColor: #fff4dd
36 - ...
37 validations:
38 required: true
39 - type: textarea
40 attributes:
41 label: Screenshots
42 description: If applicable, add screenshots to show possible examples of how the theme may look like.
43