From 8fc98d968253c65a1a0dfd2e7a303d67c5b24d5a Mon Sep 17 00:00:00 2001 From: polimyl <38382708+polimyl@users.noreply.github.com> Date: Tue, 2 Nov 2021 20:43:22 +0100 Subject: [PATCH] chore: add labels to issue templates --- .github/ISSUE_TEMPLATE/bug-report.yaml | 1 + .github/ISSUE_TEMPLATE/feature-request.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 6f0e40a9..e8686d6b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,5 +1,6 @@ name: Bug Report description: Report a bug +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 3b0a1fe7..6891190a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,5 +1,6 @@ name: Feature Request description: Suggest a new feature +labels: ["feature request"] body: - type: textarea id: feature