GradienceCommunity/.github/ISSUE_TEMPLATE/preset_request.yml

30 lines
1,000 B
YAML
Raw Normal View History

2022-09-04 13:43:53 +00:00
name: "💡 Preset request"
description: Suggest an preset
title: "feat: "
labels: ["enhancement", "preset request"]
body:
- type: markdown
attributes:
value: |
2022-09-11 08:57:55 +00:00
Thanks for taking the time to contribute!
2022-09-04 13:43:53 +00:00
- type: textarea
id: description
attributes:
2022-09-11 08:57:55 +00:00
label: Preset description
description: A clear and concise description of what preset is requested. Please include links to the original color palette
2022-09-04 13:43:53 +00:00
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
2022-09-11 08:58:53 +00:00
description: List any other information that is relevant to your request, such as perfered color variant, color of specific element and etc.
2022-09-04 13:43:53 +00:00
validations:
required: false
- type: checkboxes
attributes:
label: Did you read the Code of Conduct?
options:
- label: I have read the [Code of Conduct](https://github.com/GradienceTeam/Gradience/blob/main/CODE_OF_CONDUCT.md).
required: true