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: