feat: add titles to issue templates for better clarity

This commit is contained in:
Bohdan Triapitsyn
2025-12-17 19:21:30 +02:00
parent 995f969d89
commit 2c261308f2
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
name: Bug report
description: Report something broken
title: "[Bug] "
labels: [bug]
body:
- type: textarea
@@ -1,5 +1,6 @@
name: Feature request
description: Suggest an improvement
title: "[Feature Request] "
labels: [enhancement]
body:
- type: textarea
+2
View File
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- MacOS app menu entries for Check for update and for creating bug/request in Help section
## [1.2.3] - 2025-12-17