mirror of
https://github.com/walkxhub/dashboard-icons.git
synced 2025-12-06 11:16:58 -05:00
Create Icon-Request.yml
This commit is contained in:
parent
dd03aa89b8
commit
83f3926655
76
.github/ISSUE_TEMPLATE/Icon-Request.yml
vendored
Normal file
76
.github/ISSUE_TEMPLATE/Icon-Request.yml
vendored
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
name: Icon Request
|
||||||
|
|
||||||
|
description: Request a new icon.
|
||||||
|
|
||||||
|
title: "[Icon Request]: "
|
||||||
|
|
||||||
|
labels: [Icon Request]
|
||||||
|
|
||||||
|
assigness:
|
||||||
|
|
||||||
|
- WalkxCode
|
||||||
|
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
|
||||||
|
attributes:
|
||||||
|
|
||||||
|
value: |
|
||||||
|
|
||||||
|
Thanks for contributing and requesting a new icon!
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
|
||||||
|
id: name
|
||||||
|
|
||||||
|
attributes:
|
||||||
|
|
||||||
|
label: Icon Name
|
||||||
|
|
||||||
|
description: What is the name of the icon?
|
||||||
|
|
||||||
|
placeholder: [Example: Portainer]
|
||||||
|
|
||||||
|
validations:
|
||||||
|
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
|
||||||
|
label: Icon Source
|
||||||
|
|
||||||
|
description: What is the website/page of the service?
|
||||||
|
|
||||||
|
placeholder: [Example: https://www.portainer.io/]
|
||||||
|
|
||||||
|
validations:
|
||||||
|
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
|
||||||
|
attributes:
|
||||||
|
|
||||||
|
value: Upload the icon [Optional]:
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
|
||||||
|
id: file
|
||||||
|
|
||||||
|
attributes:
|
||||||
|
|
||||||
|
label: PNG or SVG? [Optional]
|
||||||
|
|
||||||
|
multiple: true
|
||||||
|
|
||||||
|
options:
|
||||||
|
|
||||||
|
- PNG
|
||||||
|
|
||||||
|
- SVG
|
||||||
|
|
||||||
|
validations:
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user