From b1cf8ff0bbf6a50f9e94a133bf3291c21a125a77 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 18 Apr 2025 15:26:23 +0200 Subject: [PATCH] Update issue templates (#5824) --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3ab3b7730..4744d611a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,8 @@ name: "🐛 Bug Report" about: Report an issue encountered while using Cockatrice title: '' -labels: 'Bug' +type: 'Bug' +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 91f2edea6..d366d4ca8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,9 @@ --- name: "💡 Feature Request" -about: Request a new feature +about: Request a new feature for Cockatrice title: '' -labels: 'Feature Request' +type: 'Feature' +labels: '' assignees: '' ---