diff --git a/.github/ISSUE_TEMPLATE/add_monochrome_icon.yml b/.github/ISSUE_TEMPLATE/add_monochrome_icon.yml index ef0c57f1..7e647467 100644 --- a/.github/ISSUE_TEMPLATE/add_monochrome_icon.yml +++ b/.github/ISSUE_TEMPLATE/add_monochrome_icon.yml @@ -14,22 +14,30 @@ body: label: Icon name description: The name has to be unique and should be kebab-case. placeholder: e.g. "icon-name" + validations: + required: true - type: textarea attributes: label: Paste light mode icon description: | Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background. + validations: + required: true - type: textarea attributes: label: Paste dark mode icon description: | Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background. + validations: + required: true - type: dropdown attributes: label: Icon type options: - SVG - PNG + validations: + required: true - type: dropdown attributes: label: Categories diff --git a/.github/ISSUE_TEMPLATE/add_normal_icon.yml b/.github/ISSUE_TEMPLATE/add_normal_icon.yml index af894568..27b01413 100644 --- a/.github/ISSUE_TEMPLATE/add_normal_icon.yml +++ b/.github/ISSUE_TEMPLATE/add_normal_icon.yml @@ -15,12 +15,16 @@ body: label: Icon name description: The name has to be unique and should be kebab-case. placeholder: e.g. "icon-name" + validations: + required: true - type: textarea id: icon attributes: label: Paste icon description: | Please paste the icon here. It will automatically upload it to github. + validations: + required: true - type: dropdown id: type attributes: @@ -28,6 +32,8 @@ body: options: - SVG - PNG + validations: + required: true - type: dropdown attributes: label: Categories diff --git a/.github/ISSUE_TEMPLATE/update_monochrome_icon.yml b/.github/ISSUE_TEMPLATE/update_monochrome_icon.yml index 35a5010d..4886e864 100644 --- a/.github/ISSUE_TEMPLATE/update_monochrome_icon.yml +++ b/.github/ISSUE_TEMPLATE/update_monochrome_icon.yml @@ -13,22 +13,30 @@ body: label: Icon name description: The name has to be unique and should be kebab-case. placeholder: e.g. "icon-name" + validations: + required: true - type: textarea attributes: label: Paste light mode icon description: | Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background. + validations: + required: true - type: textarea attributes: label: Paste dark mode icon description: | Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background. + validations: + required: true - type: dropdown attributes: label: Icon type options: - SVG - PNG + validations: + required: true - type: textarea attributes: label: Additional information diff --git a/.github/ISSUE_TEMPLATE/update_normal_icon.yml b/.github/ISSUE_TEMPLATE/update_normal_icon.yml index 1087c87c..38b48982 100644 --- a/.github/ISSUE_TEMPLATE/update_normal_icon.yml +++ b/.github/ISSUE_TEMPLATE/update_normal_icon.yml @@ -13,17 +13,23 @@ body: label: Icon name description: The name has to match the existing icon name. placeholder: e.g. "icon-name" + validations: + required: true - type: textarea attributes: label: Paste icon description: | Please paste the icon here. It will automatically upload it to github. + validations: + required: true - type: dropdown attributes: label: Icon type options: - SVG - PNG + validations: + required: true - type: textarea attributes: label: Additional information