From 3f550fe9e84a8b6d21056f268f427d64fad0acca Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 24 Apr 2025 12:05:01 +0200 Subject: [PATCH] .github/ISSUE_TEMPLATE: explicit ordering of templates Signed-off-by: Patrik Oldsberg --- .github/ISSUE_TEMPLATE/{bug.yaml => 01_bug.yaml} | 0 .../ISSUE_TEMPLATE/{documentation.yaml => 02_documentation.yaml} | 0 .github/ISSUE_TEMPLATE/{suggestion.yaml => 03_suggestion.yaml} | 0 .github/ISSUE_TEMPLATE/{maintenance.yaml => 04_maintenance.yaml} | 0 .github/ISSUE_TEMPLATE/{other.yaml => 05_other.yaml} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug.yaml => 01_bug.yaml} (100%) rename .github/ISSUE_TEMPLATE/{documentation.yaml => 02_documentation.yaml} (100%) rename .github/ISSUE_TEMPLATE/{suggestion.yaml => 03_suggestion.yaml} (100%) rename .github/ISSUE_TEMPLATE/{maintenance.yaml => 04_maintenance.yaml} (100%) rename .github/ISSUE_TEMPLATE/{other.yaml => 05_other.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/01_bug.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug.yaml rename to .github/ISSUE_TEMPLATE/01_bug.yaml diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/02_documentation.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/documentation.yaml rename to .github/ISSUE_TEMPLATE/02_documentation.yaml diff --git a/.github/ISSUE_TEMPLATE/suggestion.yaml b/.github/ISSUE_TEMPLATE/03_suggestion.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/suggestion.yaml rename to .github/ISSUE_TEMPLATE/03_suggestion.yaml diff --git a/.github/ISSUE_TEMPLATE/maintenance.yaml b/.github/ISSUE_TEMPLATE/04_maintenance.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/maintenance.yaml rename to .github/ISSUE_TEMPLATE/04_maintenance.yaml diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/05_other.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/other.yaml rename to .github/ISSUE_TEMPLATE/05_other.yaml