From 4215f7ab74c68a8cf54a6bdff355eae4d79eb19c Mon Sep 17 00:00:00 2001 From: David Wakelin Date: Thu, 5 Aug 2021 09:39:54 +0100 Subject: [PATCH] Fix to issue template --- .github/ISSUE_TEMPLATE/FEATURE.yml | 14 -------------- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE.yml diff --git a/.github/ISSUE_TEMPLATE/FEATURE.yml b/.github/ISSUE_TEMPLATE/FEATURE.yml deleted file mode 100644 index eb2e994..0000000 --- a/.github/ISSUE_TEMPLATE/FEATURE.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Feature Request -description: Request a new feature -title: "[Feature]: " -labels: [ new ] -assignees: - - MacroMan -body: - - type: textarea - id: new-feature - attributes: - label: Description - description: Please detail what you would like to see in Spaces-API. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0..0086358 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: false +blank_issues_enabled: true