From 18c0733e99a53d776ef68d754b0e106ff743157f Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 21 Aug 2024 16:36:55 +0200 Subject: [PATCH] feat: Add support for color themes in theme creation --- .github/ISSUE_TEMPLATE/create-theme.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/create-theme.yml b/.github/ISSUE_TEMPLATE/create-theme.yml index 412141aa..c0f57a35 100644 --- a/.github/ISSUE_TEMPLATE/create-theme.yml +++ b/.github/ISSUE_TEMPLATE/create-theme.yml @@ -33,11 +33,16 @@ body: placeholder: https://... validations: required: true - - type: checkbox + - type: checkboxes id: is-color-theme attributes: - label: Is Color Theme - description: Check this box if the theme is a color theme. + label: Type + description: The type of the theme. + options: + - label: JSON Color Theme + value: true + validations: + required: true - type: textarea id: styles attributes: