GradienceCommunity/.github/ISSUE_TEMPLATE/preset_request.yml

32 lines
1 KiB
YAML
Raw Normal View History

2022-09-04 13:43:53 +00:00
name: "💡 Preset request"
description: Suggest an preset
2022-09-11 09:01:21 +00:00
title: "preset: "
2022-09-04 13:43:53 +00:00
labels: ["enhancement", "preset request"]
2022-09-11 09:00:05 +00:00
assignees:
- daudix-UFO
2022-09-04 13:43:53 +00:00
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
2022-09-11 09:01:21 +00:00
description: A clear and concise description of what preset is requested. Please include link 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