fix(template): title

This commit is contained in:
auth 2023-06-18 16:33:12 +02:00
parent 2ee64c40ad
commit d49bf2705d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: "Bug report"
description: Report an issue to help the project improve.
title: "bug: - <title>"
title: "bug: <title>"
labels: [
"bug"
]

View File

@ -1,6 +1,6 @@
name: "Feature suggestion"
description: Suggest a new feature to help the project improve.
title: "feat: - <title>"
title: "feat: <title>"
labels: [
"enhancement"
]