From ade1456d06eac9207b354e2326390c6024c24285 Mon Sep 17 00:00:00 2001 From: Robert Luke Date: Tue, 28 May 2024 14:32:51 +1000 Subject: [PATCH] Fix issue template directory structure --- .github/{issue_template/bug.md => ISSUE_TEMPLATE/bug.yml} | 0 .../{issue_template/question.md => ISSUE_TEMPLATE/question.yml} | 0 .../suggestion.md => ISSUE_TEMPLATE/suggestion.yml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/{issue_template/bug.md => ISSUE_TEMPLATE/bug.yml} (100%) rename .github/{issue_template/question.md => ISSUE_TEMPLATE/question.yml} (100%) rename .github/{issue_template/suggestion.md => ISSUE_TEMPLATE/suggestion.yml} (100%) diff --git a/.github/issue_template/bug.md b/.github/ISSUE_TEMPLATE/bug.yml similarity index 100% rename from .github/issue_template/bug.md rename to .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/issue_template/question.md b/.github/ISSUE_TEMPLATE/question.yml similarity index 100% rename from .github/issue_template/question.md rename to .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/issue_template/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.yml similarity index 100% rename from .github/issue_template/suggestion.md rename to .github/ISSUE_TEMPLATE/suggestion.yml