From 3612a2bcdf32365e4fdf67f02a85d4d32ef4ac4c Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 18 Apr 2024 11:07:23 +0100 Subject: [PATCH] Added automatic labels to issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 161af9e07..73f6fd1be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: Bug Report description: File a bug report +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7ab8172e3..b899fbfc6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: File a feature request -labels: "request" +labels: ["enhancement"] body: - type: markdown attributes: