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
|
||||
|
||||
Reference in New Issue
Block a user