From 5fa3ddea1e8c668d61cad4692d920c37ffdb85b7 Mon Sep 17 00:00:00 2001 From: Michael Irigoyen Date: Thu, 2 Sep 2021 14:49:12 -0500 Subject: [PATCH] Add usage prompt to contribution issue template --- .github/ISSUE_TEMPLATE/2_contribution.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2_contribution.yml b/.github/ISSUE_TEMPLATE/2_contribution.yml index bf2762e9a..d440a0a09 100644 --- a/.github/ISSUE_TEMPLATE/2_contribution.yml +++ b/.github/ISSUE_TEMPLATE/2_contribution.yml @@ -15,6 +15,13 @@ body: required: true - label: I have followed the [Material guidelines](https://material.io/design/iconography/system-icons.html) for system icons. required: true + - type: textarea + id: usage + attributes: + label: Tell us about your contribution. + description: What led you to create this icon? Tell us how you would use it. + validations: + required: true - type: textarea id: preview attributes: