chore: Simplify issue templates
This commit is contained in:
parent
8e318b81dd
commit
f09c35dc3d
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: 🐞 Bug report
|
name: 🐞 Bug report
|
||||||
description: Report a bug or an issue.
|
description: Report a bug or an issue.
|
||||||
title: 'bug: '
|
title: 'bug: '
|
||||||
labels: [bug]
|
labels: ['Bug report']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: ⭐ Feature request
|
name: ⭐ Feature request
|
||||||
description: Create a detailed request for a new feature.
|
description: Create a detailed request for a new feature.
|
||||||
title: 'feat: '
|
title: 'feat: '
|
||||||
labels: [feature-request]
|
labels: ['Feature request']
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue