mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
* fix: update icon design discussion template Remove name and description fields from icon design template * Add title field to icon design discussion template * Add description for icon request template Added a description field for icon requests. * Update icon-design.yml * Format code --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
50 lines
2.2 KiB
YAML
50 lines
2.2 KiB
YAML
title: 'Icon Request: '
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Before submitting an icon request check if it has already been requested. If there is an open request, please add a 👍.
|
||
|
||
> [!CAUTION]
|
||
> New brand logos are **not** allowed, see our official statement: https://github.com/lucide-icons/lucide/blob/main/BRAND_LOGOS_STATEMENT.md.
|
||
>
|
||
> Existing brand icons have been phased out. Consider using https://simpleicons.org, which offers purpose-built SVGs that are also on a 24×24px grid.
|
||
- type: input
|
||
id: name
|
||
attributes:
|
||
label: Icon name
|
||
description: What should this icon depict? For multiple icons, provide a comma-separated list.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: use-cases
|
||
attributes:
|
||
label: Use cases
|
||
description: Why do you need this icon? Include at least two real-life use cases per requested icon, avoiding generic descriptions like "it's a car icon".
|
||
placeholder: e.g. I need a star icon to use in my rating system.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: design-ideas
|
||
attributes:
|
||
label: Design ideas
|
||
description: What should this icon look like? Provide simple, minimalistic icon examples from other sets or your own drafts to help us visualize your request.
|
||
validations:
|
||
required: true
|
||
- type: checkboxes
|
||
id: checklist
|
||
attributes:
|
||
label: Checklist
|
||
description: Please review the following checklist before submitting your request.
|
||
options:
|
||
- label: I have searched if someone has submitted a similar request before and there weren't any.
|
||
required: true
|
||
- label: I have searched existing icons to make sure it does not already exist and I didn't find any.
|
||
required: true
|
||
- label: I am not requesting a brand logo and the art is not protected by copyright, see more at https://github.com/lucide-icons/lucide/blob/main/BRAND_LOGOS_STATEMENT.md
|
||
required: true
|
||
- label: I am not requesting an icon that includes religious, war/violence related, political imagery or hate symbols.
|
||
required: true
|
||
- label: I have provided appropriate use cases for the icon(s) requested.
|
||
required: true
|