1
0
Fork 0
dashboard-icons/.github/ISSUE_TEMPLATE/_request_suggest.yml

37 lines
1.2 KiB
YAML
Raw Normal View History

2022-08-16 19:13:02 +02:00
name: ⚡️ Requests & Suggestions
2022-08-16 19:14:13 +02:00
description: Suggest an icon or request changes
2022-08-16 19:13:02 +02:00
title: "⚡ — *put a quick title describing your issue here*"
labels: ⚡️ Requests & Suggestions
assignees: WalkxCode
body:
- type: markdown
attributes:
value: |
*Thank you in advance for taking the time to fill out this Requests & Suggestions form!*
- type: dropdown
id: type
attributes:
label: Type
2022-08-16 19:19:13 +02:00
description: Choose the option below which best descibes your issue.
2022-08-16 19:13:02 +02:00
options:
- Icon request
- Icon enhancement
- Documentation change
- type: textarea
id: info
attributes:
label: Info
2022-08-16 19:17:43 +02:00
description: Place any relevant information here. Information about the icons you want to request, the documentation changes you want to see, etc.
placeholder: ex. Please add a dark version for the Homarr icon.
validations:
required: true
2022-08-16 19:18:38 +02:00
- type: textarea
2022-08-16 19:17:43 +02:00
id: icon
attributes:
label: Icon(s)
2022-08-16 19:18:09 +02:00
description: Upload your icons here. You can do this by Copy-Pasting or Drag&Dropping the images.
2022-08-16 19:17:43 +02:00
placeholder: SVG and PNG accepted!
2022-08-16 19:13:02 +02:00
validations:
required: false