Skip to content

Commit

Permalink
Merge pull request #18 from shopware/issue-templates
Browse files Browse the repository at this point in the history
Create issue template NEW_ICON.yml
  • Loading branch information
Haberkamp authored Feb 15, 2024
2 parents ab858ce + edd082a commit 6f179fb
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/02-new-icon.yml
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?

0 comments on commit 6f179fb

Please sign in to comment.