From c03226e57cc995c468d7531ca0039d34b8908ae5 Mon Sep 17 00:00:00 2001 From: OmgRod <89850217+OmgRod@users.noreply.github.com> Date: Sat, 18 Jan 2025 10:50:28 +0000 Subject: [PATCH] idk --- .github/ISSUE_TEMPLATE/{bug-report.yml => bug-report.yaml} | 0 .../{feature-request.yml => feature-request.yaml} | 2 +- .../ISSUE_TEMPLATE/{layer-request.yml => layer-request.yaml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug-report.yml => bug-report.yaml} (100%) rename .github/ISSUE_TEMPLATE/{feature-request.yml => feature-request.yaml} (96%) rename .github/ISSUE_TEMPLATE/{layer-request.yml => layer-request.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yaml diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yaml similarity index 96% rename from .github/ISSUE_TEMPLATE/feature-request.yml rename to .github/ISSUE_TEMPLATE/feature-request.yaml index 9f0365c..8674fe7 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,7 +1,7 @@ name: Feature Request description: Suggest a new feature for the project title: "[Feature Request]: " -labels: [enhancement] +labels: [feature request] body: - type: input id: title diff --git a/.github/ISSUE_TEMPLATE/layer-request.yml b/.github/ISSUE_TEMPLATE/layer-request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/layer-request.yml rename to .github/ISSUE_TEMPLATE/layer-request.yaml