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