mermaid/.github/ISSUE_TEMPLATE/theme_proposal.yml

43 lines
1.5 KiB
YAML
Raw Normal View History

2022-02-16 22:07:25 +01:00
name: Theme Proposal
description: Suggest a new theme to add to Mermaid.js.
labels:
2022-10-29 20:37:12 +02:00
- 'Status: Triage'
- 'Type: Enhancement'
2022-02-16 22:07:25 +01:00
body:
- type: markdown
attributes:
value: |-
2022-02-16 22:18:47 +01:00
## Before you submit...
First of all, thank you for proposing a new Theme to us.
We are always happy about new ideas to improve Mermaid.js wherever possible.
2022-10-29 20:37:12 +02:00
2022-02-16 22:18:47 +01:00
To get the fastest and best response possible, make sure you do the following:
2022-10-29 20:37:12 +02:00
2022-02-16 22:18:47 +01:00
- Use a clear and concise title
- Fill out the text fields with as much detail as possible. Examples are always welcome!
- Never be shy to give us screenshots and/or code samples. It will help!
2022-02-16 22:07:25 +01:00
- type: textarea
attributes:
label: Proposal
description: A clear and concise description of what theme should be added to Mermaid.js.
placeholder: Mermaid.js should add ... because ...
validations:
required: true
- type: textarea
attributes:
label: Colors
description: |-
A detailed list of the different colour values to use.
A list of currently used variable names can be found [here](https://mermaid-js.github.io/mermaid/#/theming?id=theme-variables-reference-table)
placeholder: |-
- background: #f4f4f4
- primaryColor: #fff4dd
- ...
2022-09-15 01:28:59 +02:00
validations:
required: true
2022-02-16 22:07:25 +01:00
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to show possible examples of how the theme may look like.