-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from shopware/issue-templates
Create issue template NEW_ICON.yml
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Propose new icon | ||
description: New icon suggestions for the Meteor Icon Kit | ||
title: '[Icon]: New icon – <icon-name>' | ||
labels: ['icon'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out the proposal for a new icon! | ||
- type: input | ||
id: icon-name | ||
attributes: | ||
label: Icon name | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: icon-usage | ||
attributes: | ||
label: How will these icons be used? | ||
description: Relevant screenshots or links to design files detailing the user experience, the reason for creating the new icon, and any additional context. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: icon-description | ||
attributes: | ||
label: Icon description | ||
description: | | ||
Used to … | ||
validations: | ||
required: true | ||
render: shell | ||
- type: input | ||
id: icon-keywords | ||
attributes: | ||
label: Icon keywords | ||
description: Comma seperated string of keywords, e.g. commerce, marketing, communication | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: icon-figma-link | ||
attributes: | ||
label: Figma link | ||
description: Provide a Figma link to a preview of the proposed icon | ||
- type: textarea | ||
id: icon-details | ||
attributes: | ||
label: Anything else? |