From f00f7c0c4d77810629c3aadf8731b5240d73777a Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 2 Dec 2022 14:34:28 -0800 Subject: [PATCH] Use all uppercase for issue template subdirectory name --- .../{issue_template => ISSUE_TEMPLATE}/request-a-new-feature.md | 0 .github/{issue_template => ISSUE_TEMPLATE}/request-an-update.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{issue_template => ISSUE_TEMPLATE}/request-a-new-feature.md (100%) rename .github/{issue_template => ISSUE_TEMPLATE}/request-an-update.md (100%) diff --git a/.github/issue_template/request-a-new-feature.md b/.github/ISSUE_TEMPLATE/request-a-new-feature.md similarity index 100% rename from .github/issue_template/request-a-new-feature.md rename to .github/ISSUE_TEMPLATE/request-a-new-feature.md diff --git a/.github/issue_template/request-an-update.md b/.github/ISSUE_TEMPLATE/request-an-update.md similarity index 100% rename from .github/issue_template/request-an-update.md rename to .github/ISSUE_TEMPLATE/request-an-update.md