Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create issue template NEW_ICON.yml #18

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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?
Loading