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