diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 5c12ecb64..4ab1afc83 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index e4df7ef56..914438509 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -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: