[skip ci] Remove titles from issue templates (#8240)
* Update report_issue.yml * Update request_feature.yml
This commit is contained in:
parent
1ddd73524a
commit
98093c5252
|
@ -1,6 +1,5 @@
|
|||
name: 🐞 Issue report
|
||||
description: Report a source issue in Tachiyomi
|
||||
title: "Source name: Short description"
|
||||
labels: [Bug]
|
||||
body:
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: ⭐ Feature request
|
||||
description: Suggest a feature to improve a source
|
||||
title: "Source name: Short description"
|
||||
labels: [Feature request]
|
||||
body:
|
||||
|
||||
|
@ -37,4 +36,4 @@ body:
|
|||
attributes:
|
||||
label: Other details
|
||||
placeholder: |
|
||||
Additional details and attachments.
|
||||
Additional details and attachments.
|
||||
|
|
Loading…
Reference in New Issue