From a444d6e081dea7cc1834d2347f585a7c624d671e Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Thu, 15 Aug 2024 19:50:36 +0200 Subject: [PATCH] chore: Update issue template for creating themes --- .github/ISSUE_TEMPLATE/create-theme.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/create-theme.yml b/.github/ISSUE_TEMPLATE/create-theme.yml index 090e445c..8f77dabf 100644 --- a/.github/ISSUE_TEMPLATE/create-theme.yml +++ b/.github/ISSUE_TEMPLATE/create-theme.yml @@ -39,9 +39,9 @@ body: } validations: required: true - - type: markdown + - type: textarea id: readme attributes: - value: | - # Theme Name - Theme Description \ No newline at end of file + render: markdown + label: Readme + description: The README file for the theme. \ No newline at end of file