From 4ba7da6690265a101bab682b7febe5f399601486 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski <aleksander.nowakowski@nordicsemi.no> Date: Tue, 17 Oct 2023 17:38:08 +0200 Subject: [PATCH] Issue tempates fixed --- .github/ISSUE_TEMPLATE/{Bug_report.md => BUG_REPORT.yml} | 2 +- .../ISSUE_TEMPLATE/{Feature_request.md => REATURE_REQUEST.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{Bug_report.md => BUG_REPORT.yml} (98%) rename .github/ISSUE_TEMPLATE/{Feature_request.md => REATURE_REQUEST.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/Bug_report.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.yml index 1f0484019..9adcd2a07 100755 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: Bug report description: Create a report to help us improve nRF Mesh. labels: ["bug"] body: diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/REATURE_REQUEST.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/Feature_request.md rename to .github/ISSUE_TEMPLATE/REATURE_REQUEST.yml