From 1e0e72d58f00664a52c91ba9bc8fddbf0edddadc Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:48:12 +0200 Subject: [PATCH] github: Rename issue templates for ordering See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#changing-the-order-of-templates --- .github/ISSUE_TEMPLATE/{bugreport.yml => 1-bugreport.yml} | 0 .github/ISSUE_TEMPLATE/{feature.yml => 2-feature.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bugreport.yml => 1-bugreport.yml} (100%) rename .github/ISSUE_TEMPLATE/{feature.yml => 2-feature.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/1-bugreport.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bugreport.yml rename to .github/ISSUE_TEMPLATE/1-bugreport.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature.yml rename to .github/ISSUE_TEMPLATE/2-feature.yml