From 73075a6fbcae3ab5724fdf573e2f96b9ee327a9e Mon Sep 17 00:00:00 2001 From: JD Solanki Date: Thu, 9 Mar 2023 17:32:48 +0530 Subject: [PATCH] chore: add support label whenever new issue is created --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1bde887..651be6c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: Bug 🐞 description: Report a bug -labels: [Bug] +labels: [support, bug] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e41108d..27cc905 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature request ✨ description: Suggest an idea or ask for a feature that you would like to have -labels: [feat-req] +labels: [support, feat-req] body: - type: markdown attributes: