From 7bb0d1d75bcc707c5ee7089e30686366e0f8d57f Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Fri, 7 Jun 2024 22:44:06 -0400
Subject: [PATCH] Tweak issue templates

---
 .github/ISSUE_TEMPLATE/10-bug.yaml       | 1 +
 .github/ISSUE_TEMPLATE/20-enhancement.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/10-bug.yaml b/.github/ISSUE_TEMPLATE/10-bug.yaml
index 75da048b401..82bd70a4a0a 100644
--- a/.github/ISSUE_TEMPLATE/10-bug.yaml
+++ b/.github/ISSUE_TEMPLATE/10-bug.yaml
@@ -1,5 +1,6 @@
 name: Bug report
 description: Viewer bug report
+title: "[Bug]: "
 labels: [bug, triage]
 body:
 - type: markdown
diff --git a/.github/ISSUE_TEMPLATE/20-enhancement.md b/.github/ISSUE_TEMPLATE/20-enhancement.md
index dd404788111..83a28342b4e 100644
--- a/.github/ISSUE_TEMPLATE/20-enhancement.md
+++ b/.github/ISSUE_TEMPLATE/20-enhancement.md
@@ -1,7 +1,7 @@
 ---
 name: Enhancement
 about: New feature or enhancement
-title: New Feature
+title: "[New Feature]: "
 labels: enhancement, triage
 ---
 
-- 
GitLab