feat: add titles to issue templates for better clarity
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
description: Report something broken
|
description: Report something broken
|
||||||
|
title: "[Bug] "
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
description: Suggest an improvement
|
description: Suggest an improvement
|
||||||
|
title: "[Feature Request] "
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- MacOS app menu entries for Check for update and for creating bug/request in Help section
|
||||||
|
|
||||||
|
|
||||||
## [1.2.3] - 2025-12-17
|
## [1.2.3] - 2025-12-17
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user