From 76ff329c6a14f72464535ce7e4e8757f435dfda5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 5 Sep 2024 12:57:04 -0400 Subject: [PATCH] Closes #17384: Reorder GitHub issue templates --- .../{feature_request.yaml => 01-feature_request.yaml} | 0 .github/ISSUE_TEMPLATE/{bug_report.yaml => 02-bug_report.yaml} | 0 .../{documentation_change.yaml => 03-documentation_change.yaml} | 0 .github/ISSUE_TEMPLATE/{translation.yaml => 04-translation.yaml} | 0 .../ISSUE_TEMPLATE/{housekeeping.yaml => 05-housekeeping.yaml} | 0 .github/ISSUE_TEMPLATE/{deprecation.yaml => 06-deprecation.yaml} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_request.yaml => 01-feature_request.yaml} (100%) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => 02-bug_report.yaml} (100%) rename .github/ISSUE_TEMPLATE/{documentation_change.yaml => 03-documentation_change.yaml} (100%) rename .github/ISSUE_TEMPLATE/{translation.yaml => 04-translation.yaml} (100%) rename .github/ISSUE_TEMPLATE/{housekeeping.yaml => 05-housekeeping.yaml} (100%) rename .github/ISSUE_TEMPLATE/{deprecation.yaml => 06-deprecation.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/01-feature_request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yaml rename to .github/ISSUE_TEMPLATE/01-feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/02-bug_report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/02-bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/documentation_change.yaml b/.github/ISSUE_TEMPLATE/03-documentation_change.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/documentation_change.yaml rename to .github/ISSUE_TEMPLATE/03-documentation_change.yaml diff --git a/.github/ISSUE_TEMPLATE/translation.yaml b/.github/ISSUE_TEMPLATE/04-translation.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/translation.yaml rename to .github/ISSUE_TEMPLATE/04-translation.yaml diff --git a/.github/ISSUE_TEMPLATE/housekeeping.yaml b/.github/ISSUE_TEMPLATE/05-housekeeping.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/housekeeping.yaml rename to .github/ISSUE_TEMPLATE/05-housekeeping.yaml diff --git a/.github/ISSUE_TEMPLATE/deprecation.yaml b/.github/ISSUE_TEMPLATE/06-deprecation.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/deprecation.yaml rename to .github/ISSUE_TEMPLATE/06-deprecation.yaml