feat: add titles to issue templates for better clarity
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user