From b4f6c92f52d8ca75a84e33260514ed3abb2ffdc1 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Thu, 22 Apr 2021 21:19:33 +0200 Subject: [PATCH] Remove unused fields --- .github/ISSUE_TEMPLATE/command_bug.yml | 2 -- .github/ISSUE_TEMPLATE/enhancements.yml | 2 -- .github/ISSUE_TEMPLATE/feature_request.yml | 2 -- .github/ISSUE_TEMPLATE/other_bugs.yml | 2 -- 4 files changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/command_bug.yml b/.github/ISSUE_TEMPLATE/command_bug.yml index bb762b7a1..613fb343c 100644 --- a/.github/ISSUE_TEMPLATE/command_bug.yml +++ b/.github/ISSUE_TEMPLATE/command_bug.yml @@ -1,8 +1,6 @@ name: Bug reports for commands description: For bugs that involve commands found within Red. -title: '' labels: 'Type: Bug' -assignees: '' body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancements.yml b/.github/ISSUE_TEMPLATE/enhancements.yml index 033db1167..78ce71e5c 100644 --- a/.github/ISSUE_TEMPLATE/enhancements.yml +++ b/.github/ISSUE_TEMPLATE/enhancements.yml @@ -1,8 +1,6 @@ name: Enhancement proposal description: For feature requests and improvements related to already existing functionality. -title: '' labels: 'Type: Enhancement' -assignees: '' body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 11109aa49..125e7ebf7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,6 @@ name: Feature request description: For feature requests regarding Red itself. -title: '' labels: 'Type: Feature' -assignees: '' body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/other_bugs.yml b/.github/ISSUE_TEMPLATE/other_bugs.yml index b2c284701..1e741da59 100644 --- a/.github/ISSUE_TEMPLATE/other_bugs.yml +++ b/.github/ISSUE_TEMPLATE/other_bugs.yml @@ -1,8 +1,6 @@ name: Bug report description: "For bugs that don't involve a command." -title: '' labels: 'Type: Bug' -assignees: '' body: - type: markdown attributes: