[skip ci] Add source language to issue template (#12678)
This commit is contained in:
parent
d0ca4888dd
commit
44b3a546de
|
@ -6,11 +6,11 @@ body:
|
|||
- type: input
|
||||
id: source
|
||||
attributes:
|
||||
label: Source information
|
||||
label: Source information and language
|
||||
description: |
|
||||
You can find the extension name and version in **Browse → Extensions**.
|
||||
placeholder: |
|
||||
Example: "MangaDex 1.2.111"
|
||||
Example: "Mangahere 1.3.18 (English)"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
|
@ -3,6 +3,17 @@ description: Suggest a feature to improve a source
|
|||
labels: [Feature request]
|
||||
body:
|
||||
|
||||
- type: input
|
||||
id: source
|
||||
attributes:
|
||||
label: Source name and language
|
||||
description: |
|
||||
You can find the extension name in **Browse → Extensions**.
|
||||
placeholder: |
|
||||
Example: "Mangahere (English)"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
|
|
Loading…
Reference in New Issue