From bbebe88179ffe3266b39b5d7820a16a60c021bd5 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 19 Jul 2024 16:43:51 +1000 Subject: [PATCH] Rename issue templates to have numeric prefixes ...since they're sorted by filename in the template selector with this change, whoever changes them next (probably me) will be able to control the order --- .github/ISSUE_TEMPLATE/{bug_report.md => 30-bug_report.md} | 0 .../{core_port_request.md => 70-core_port_request.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => 30-bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{core_port_request.md => 70-core_port_request.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/30-bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/30-bug_report.md diff --git a/.github/ISSUE_TEMPLATE/core_port_request.md b/.github/ISSUE_TEMPLATE/70-core_port_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/core_port_request.md rename to .github/ISSUE_TEMPLATE/70-core_port_request.md