From 53ce57a07455c29ab18f44b63b73a491d349304c Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Tue, 9 Mar 2021 20:27:02 +1300 Subject: [PATCH] Fix issue template order --- .github/ISSUE_TEMPLATE/{bug_report.md => 1-bug_report.md} | 0 .../ISSUE_TEMPLATE/{enhancement_idea.md => 2-enhancement_idea.md} | 0 .github/ISSUE_TEMPLATE/{question.md => 3-question.md} | 0 .github/ISSUE_TEMPLATE/{other.md => 4-other.md} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => 1-bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{enhancement_idea.md => 2-enhancement_idea.md} (100%) rename .github/ISSUE_TEMPLATE/{question.md => 3-question.md} (100%) rename .github/ISSUE_TEMPLATE/{other.md => 4-other.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/1-bug_report.md diff --git a/.github/ISSUE_TEMPLATE/enhancement_idea.md b/.github/ISSUE_TEMPLATE/2-enhancement_idea.md similarity index 100% rename from .github/ISSUE_TEMPLATE/enhancement_idea.md rename to .github/ISSUE_TEMPLATE/2-enhancement_idea.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/3-question.md similarity index 100% rename from .github/ISSUE_TEMPLATE/question.md rename to .github/ISSUE_TEMPLATE/3-question.md diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/4-other.md similarity index 100% rename from .github/ISSUE_TEMPLATE/other.md rename to .github/ISSUE_TEMPLATE/4-other.md