From 3e95779cf05e01827bc93cceee15c7f51b861b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6ran=20Karl?= <3951388+JoeKar@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:55:01 +0100 Subject: [PATCH] templates: Fix empty titles introduced with #3971 --- .github/ISSUE_TEMPLATE/01-bug.yml | 2 +- .github/ISSUE_TEMPLATE/02-feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index ec745633..731dfa8e 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report. -title: "" +title: "" labels: ["bug", "triage"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index 0a871cdd..88603d21 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -1,6 +1,6 @@ name: Feature Request description: File a feature request. -title: "" +title: "<title>" labels: ["feature"] body: - type: textarea