From f89223bc74697edac3e49bfd273344b292e20446 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Thu, 22 Apr 2021 21:34:31 +0200 Subject: [PATCH] [Templates] Remove unused fields (#5007) * Remove unused fields * Update order * Revert "Update order" This reverts commit ef77aeb08fafbdaf4e81a8f425a9caffc9eaa5bf. * Fix my oopsie... --- .github/ISSUE_TEMPLATE/{command_bug.yml => 01_command_bug.yml} | 2 -- .github/ISSUE_TEMPLATE/{other_bugs.yml => 02_other_bugs.yml} | 2 -- .../ISSUE_TEMPLATE/{enhancements.yml => 03_enhancements.yml} | 2 -- .../{feature_request.yml => 04_feature_request.yml} | 2 -- 4 files changed, 8 deletions(-) rename .github/ISSUE_TEMPLATE/{command_bug.yml => 01_command_bug.yml} (98%) rename .github/ISSUE_TEMPLATE/{other_bugs.yml => 02_other_bugs.yml} (98%) rename .github/ISSUE_TEMPLATE/{enhancements.yml => 03_enhancements.yml} (97%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => 04_feature_request.yml} (98%) diff --git a/.github/ISSUE_TEMPLATE/command_bug.yml b/.github/ISSUE_TEMPLATE/01_command_bug.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/command_bug.yml rename to .github/ISSUE_TEMPLATE/01_command_bug.yml index bb762b7a1..613fb343c 100644 --- a/.github/ISSUE_TEMPLATE/command_bug.yml +++ b/.github/ISSUE_TEMPLATE/01_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/other_bugs.yml b/.github/ISSUE_TEMPLATE/02_other_bugs.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/other_bugs.yml rename to .github/ISSUE_TEMPLATE/02_other_bugs.yml index b2c284701..1e741da59 100644 --- a/.github/ISSUE_TEMPLATE/other_bugs.yml +++ b/.github/ISSUE_TEMPLATE/02_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: diff --git a/.github/ISSUE_TEMPLATE/enhancements.yml b/.github/ISSUE_TEMPLATE/03_enhancements.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/enhancements.yml rename to .github/ISSUE_TEMPLATE/03_enhancements.yml index 033db1167..78ce71e5c 100644 --- a/.github/ISSUE_TEMPLATE/enhancements.yml +++ b/.github/ISSUE_TEMPLATE/03_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/04_feature_request.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/04_feature_request.yml index 11109aa49..125e7ebf7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/04_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: