1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-24 01:02:22 +01:00
devicon/.github/ISSUE_TEMPLATE/icon_request.yml
Thomas Bui d7b8b3dd9e
New Feature: Small fixes to the templates and wiki image (#1005)
* Small fixes for the templates and forms

* Crop issue form image

* Make checkbox mandatory
2022-01-09 22:18:33 -08:00

38 lines
1.2 KiB
YAML

name: Icon Request
description: Requesting a new icon or changes to an existing icon
title: '[ICON REQUEST]: <icon name>'
labels: ["request:icon"]
body:
- type: markdown
attributes:
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
- type: checkboxes
attributes:
label: I have searched through the issues and didn't find my problem.
options:
- label: Confirm
required: true
- type: input
id: about
attributes:
label: About the icon
description: Short description of why you think this icon belongs in our project.
validations:
required: true
- type: textarea
id: links
attributes:
label: Links and sources
description: Provide links to the icon's official website/repository/anywhere that shows what the technology is about, and its official logo. If available, also provide some resources where the icon/SVG can be found (Font Awesome, Icomoon, etc.).
validations:
required: true
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this icon?