From 62f334f6fe95bc165809fe82036286dd6d2fb327 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sat, 9 Mar 2024 20:21:07 +0700 Subject: [PATCH] chore: update config template --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 0 .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 7e8c1dd..82fe443 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,5 +1,5 @@ name: 🐞 Bug Report -description: Report a bug found in IdleTimer. +description: Report a bug found in Application. title: "🐞 " labels: ["bug"] assignees: diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 5a8e005..9149ab4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,5 +1,5 @@ name: ⚡️ Feature Request -description: Suggest a feature you would like to see supported in IdleTimer. +description: Suggest a feature you would like to see supported in Application. title: "⚡️ " labels: ["enhancement"] assignees: