[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
|
- type: input
|
||||||
id: source
|
id: source
|
||||||
attributes:
|
attributes:
|
||||||
label: Source information
|
label: Source information and language
|
||||||
description: |
|
description: |
|
||||||
You can find the extension name and version in **Browse → Extensions**.
|
You can find the extension name and version in **Browse → Extensions**.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "MangaDex 1.2.111"
|
Example: "Mangahere 1.3.18 (English)"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,17 @@ description: Suggest a feature to improve a source
|
||||||
labels: [Feature request]
|
labels: [Feature request]
|
||||||
body:
|
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
|
- type: textarea
|
||||||
id: feature-description
|
id: feature-description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue