diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8396606cf..77a21059b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - - name: Extensions list - url: https://tachiyomi.org/extensions - about: List of all available extensions with download links. - name: ⚠️ Tachiyomi app issue url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose about: Issues and requests about the app itself should be opened in the tachiyomi repository instead. + - name: 📦 Tachiyomi extensions + url: https://tachiyomi.org/extensions + about: List of all available extensions with download links. - name: 🌐 Tachiyomi website url: https://tachiyomi.org/help/ - about: Guides, troubleshooting, and answers to common questions. \ No newline at end of file + about: Guides, troubleshooting, and answers to common questions. diff --git a/.github/ISSUE_TEMPLATE/source_bug.yml b/.github/ISSUE_TEMPLATE/source_bug.yml index 1e2eb8900..0e4081d45 100644 --- a/.github/ISSUE_TEMPLATE/source_bug.yml +++ b/.github/ISSUE_TEMPLATE/source_bug.yml @@ -52,9 +52,7 @@ body: attributes: label: Source information description: | - List your source and extension version. - - You can find your Extension version in **Browse → Extension**. + You can find the extension name and version in **Browse → Extensions**. placeholder: | Example: "MangaDex 1.2.111" validations: diff --git a/.github/ISSUE_TEMPLATE/source_request.yml b/.github/ISSUE_TEMPLATE/source_request.yml index 8954f62a0..0e60470e3 100644 --- a/.github/ISSUE_TEMPLATE/source_request.yml +++ b/.github/ISSUE_TEMPLATE/source_request.yml @@ -25,7 +25,7 @@ body: attributes: label: Source name placeholder: | - Example: Not Real Scans + Example: "Not Real Scans" validations: required: true @@ -34,7 +34,7 @@ body: attributes: label: Source link placeholder: | - Example: https://notrealscans.org + Example: "https://notrealscans.org" validations: required: true @@ -43,7 +43,7 @@ body: attributes: label: Language placeholder: | - Example: English + Example: "English" validations: required: true