From 7c072954481ce44a4174f9c4de63177a4e4c10f0 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Sun, 7 Sep 2025 19:13:15 +0100 Subject: [PATCH] Issues: add issue types (#5648) --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + .github/ISSUE_TEMPLATE/feature-request.yml | 1 + upcoming-release-notes/5648.md | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 upcoming-release-notes/5648.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 476d5ac65a..8cff461959 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -2,6 +2,7 @@ name: Bug Report description: File a bug report also known as an issue or problem. title: '[Bug]: ' labels: ['needs triage', 'bug'] +type: Bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e999cf23ae..b53352f6ed 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -2,6 +2,7 @@ name: Feature request description: Request a missing feature title: '[Feature] ' labels: ['feature'] +type: Feature body: - type: markdown attributes: diff --git a/upcoming-release-notes/5648.md b/upcoming-release-notes/5648.md new file mode 100644 index 0000000000..e61af298fe --- /dev/null +++ b/upcoming-release-notes/5648.md @@ -0,0 +1,7 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +Add issue types for bug reports and feature requests in GitHub issue templates. +