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