[skip ci] Add source language to issue template (#12678)

This commit is contained in:
stevenyomi 2022-07-22 10:22:52 +08:00 committed by GitHub
parent d0ca4888dd
commit 44b3a546de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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: