From f4195bd62f69199c31cb55a6004acb46ddfebfb0 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 8 May 2018 00:00:35 +0200 Subject: [PATCH] chore: ensure GitHub issue templates are in the right order --- .github/ISSUE_TEMPLATE/{Bug_report.md => 1-bug-report.md} | 0 .../ISSUE_TEMPLATE/{Feature_request.md => 2-feature-request.md} | 0 .github/ISSUE_TEMPLATE/{Custom.md => 3-maintainance.md} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{Bug_report.md => 1-bug-report.md} (100%) rename .github/ISSUE_TEMPLATE/{Feature_request.md => 2-feature-request.md} (100%) rename .github/ISSUE_TEMPLATE/{Custom.md => 3-maintainance.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/Feature_request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/Feature_request.md rename to .github/ISSUE_TEMPLATE/2-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/3-maintainance.md similarity index 100% rename from .github/ISSUE_TEMPLATE/Custom.md rename to .github/ISSUE_TEMPLATE/3-maintainance.md -- 2.47.2