From aad9b3efe9ba37596fc23638bd4064eb2c0f1fe2 Mon Sep 17 00:00:00 2001 From: Gerrit Holl Date: Thu, 16 Jan 2025 15:32:14 +0100 Subject: [PATCH] Set issue type in templates In the issue template for bug, set the issue type bug. In the issue template for feature request, set the issue type feature. For more information on issue types, see https://github.blog/changelog/2025-01-13-evolving-github-issues-public-preview/ --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f866a6cfab..1867599b8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve +type: 'bug' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 854663574b..f5c967d2f0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an idea for this project +type: 'feature' ---