From dd03aa89b8725e8bf7bb65c7dc63a4f173e47059 Mon Sep 17 00:00:00 2001 From: Walkx <71191962+WalkxCode@users.noreply.github.com> Date: Sun, 12 Sep 2021 15:42:27 +0200 Subject: [PATCH] Delete ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index b52ba9a..0000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,38 +0,0 @@ -name: Icon Request -description: Request a new icon. -title: "[Icon Request]: " -labels: [Icon Request] -assigness: - - WalkxCode -body: - - type: markdown - attributes: - value: | - Thanks for contributing and requesting a new icon! - - type: input - id: name - attributes: - label: Icon Name - description: What is the name of the icon? - placeholder: [Example: Portainer] - validations: - required: true - - type: input - label: Icon Source - description: What is the website/page of the service? - placeholder: [Example: https://www.portainer.io/] - validations: - required: true - - type: markdown - attributes: - value: Upload the icon [Optional]: - - type: dropdown - id: file - attributes: - label: PNG or SVG? [Optional] - multiple: true - options: - - PNG - - SVG - validations: - required: false