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