From 9f5b69c212917a57d7a1887ef9831f9fde354fbe Mon Sep 17 00:00:00 2001 From: Scott Wittrock Date: Wed, 13 Nov 2024 13:44:47 -0500 Subject: [PATCH] Update order --- .../ISSUE_TEMPLATE/{y_general_support.md => 1_general_support.md} | 0 .../ISSUE_TEMPLATE/{x_feature_request.md => 2_feature_request.md} | 0 .github/ISSUE_TEMPLATE/{z_bug_report.md => 3_bug_report.md} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{y_general_support.md => 1_general_support.md} (100%) rename .github/ISSUE_TEMPLATE/{x_feature_request.md => 2_feature_request.md} (100%) rename .github/ISSUE_TEMPLATE/{z_bug_report.md => 3_bug_report.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/y_general_support.md b/.github/ISSUE_TEMPLATE/1_general_support.md similarity index 100% rename from .github/ISSUE_TEMPLATE/y_general_support.md rename to .github/ISSUE_TEMPLATE/1_general_support.md diff --git a/.github/ISSUE_TEMPLATE/x_feature_request.md b/.github/ISSUE_TEMPLATE/2_feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/x_feature_request.md rename to .github/ISSUE_TEMPLATE/2_feature_request.md diff --git a/.github/ISSUE_TEMPLATE/z_bug_report.md b/.github/ISSUE_TEMPLATE/3_bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/z_bug_report.md rename to .github/ISSUE_TEMPLATE/3_bug_report.md