diff --git a/.github/ISSUE_TEMPLATE/02-new-icon.yml b/.github/ISSUE_TEMPLATE/02-new-icon.yml new file mode 100644 index 000000000..afeed4462 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-new-icon.yml @@ -0,0 +1,47 @@ +name: Propose new icon +description: New icon suggestions for the Meteor Icon Kit +title: '[Icon]: New icon – ' +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? \ No newline at end of file