mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-21 19:03:25 +01:00
🛠️ WIP: Fixes issue template
This commit is contained in:
parent
4a3e851ab2
commit
00f31b5312
1 changed files with 10 additions and 2 deletions
12
.github/ISSUE_TEMPLATE/_request_suggest.yml
vendored
12
.github/ISSUE_TEMPLATE/_request_suggest.yml
vendored
|
@ -21,8 +21,16 @@ body:
|
|||
id: info
|
||||
attributes:
|
||||
label: Info
|
||||
description: Place any relevant information here. Links to the icons you want to request, the documentation changes you want to see, etc.
|
||||
placeholder: ex. https://example.com/logo.png
|
||||
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
|
||||
- type: input
|
||||
id: icon
|
||||
attributes:
|
||||
label: Icon(s)
|
||||
description: Upload your icons here. You can do this by Copy—Pasting or Drag—and—Dropping the images.
|
||||
placeholder: SVG and PNG accepted!
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue