From e1d2a931b600927e383bcca0e47f0f79aee004f8 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 24 Jul 2021 00:36:48 +0300 Subject: [PATCH] style(templates): Default title tag for issue templates (#3488) --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + .github/ISSUE_TEMPLATE/feature-request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7636f758..b2a9113a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,6 @@ name: Bug Report description: Something isn't working quite right in the software. +labels: [not confirmed] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 3b2783ee..d782e398 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,6 @@ name: Feature Request description: Suggest a new feature or improvement for the software. +labels: [feature request] body: - type: checkboxes attributes: