From e25b95f1c712d7a4d8317287629b021af76e57ff Mon Sep 17 00:00:00 2001 From: Tommy K Date: Thu, 25 Apr 2024 12:27:58 +0200 Subject: [PATCH] Update BugReport.yaml and FeatureRequest.yaml --- .gitea/issue_template/BugReport.yaml | 2 +- .gitea/issue_template/FeatureRequest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template/BugReport.yaml b/.gitea/issue_template/BugReport.yaml index 5c37a2a..9e69510 100644 --- a/.gitea/issue_template/BugReport.yaml +++ b/.gitea/issue_template/BugReport.yaml @@ -1,7 +1,7 @@ name: Bug Report about: File a bug report title: "[Bug]: " -label: ["bug"] +labels: ["bug"] body: - type: markdown attributes: diff --git a/.gitea/issue_template/FeatureRequest.yaml b/.gitea/issue_template/FeatureRequest.yaml index ddc2886..201731c 100644 --- a/.gitea/issue_template/FeatureRequest.yaml +++ b/.gitea/issue_template/FeatureRequest.yaml @@ -1,7 +1,7 @@ name: New feature Request about: File a request to add a new feature title: "[feature]: " -label: ["enhancement"] +labels: ["enhancement"] body: - type: markdown attributes: