From 244270bbf3dba6a0e21580855ea20f081c8ae837 Mon Sep 17 00:00:00 2001 From: madhusudhand Date: Mon, 20 Feb 2023 15:54:32 +0530 Subject: [PATCH] Add issue template to assist new theme submission --- .github/ISSUE_TEMPLATE/new_theme.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_theme.yml diff --git a/.github/ISSUE_TEMPLATE/new_theme.yml b/.github/ISSUE_TEMPLATE/new_theme.yml new file mode 100644 index 0000000000..f0348961ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_theme.yml @@ -0,0 +1,26 @@ +name: New theme +description: Submit a new theme for review! +labels: ["New Theme"] +title: "[New Theme]: " +body: + - type: markdown + attributes: + value: | + ### Thanks for contributing! + + Please fill in the details of the new theme including screenshots and upload the ZIP file to automatically create the Pull request for review. + + - type: textarea + id: summary + attributes: + label: Quick summary + validations: + required: true + - type: textarea + id: themezip + attributes: + label: Theme ZIP + placeholder: | + Attach the zip file of the theme by drag and dropping or selecting upload. + validations: + required: true