[skip ci] Minor tweaks to the issue forms (#7881)
* [SKIP CI] Fully emojify the issue overview links * [SKIP CI] Add quotes to examples * [SKIP CI] Rewrite description for source info
This commit is contained in:
parent
8f38f3fb28
commit
82bd15916f
|
@ -1,11 +1,11 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Extensions list
|
|
||||||
url: https://tachiyomi.org/extensions
|
|
||||||
about: List of all available extensions with download links.
|
|
||||||
- name: ⚠️ Tachiyomi app issue
|
- name: ⚠️ Tachiyomi app issue
|
||||||
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose
|
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.
|
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
|
- name: 🌐 Tachiyomi website
|
||||||
url: https://tachiyomi.org/help/
|
url: https://tachiyomi.org/help/
|
||||||
about: Guides, troubleshooting, and answers to common questions.
|
about: Guides, troubleshooting, and answers to common questions.
|
|
@ -52,9 +52,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Source information
|
label: Source information
|
||||||
description: |
|
description: |
|
||||||
List your source and extension version.
|
You can find the extension name and version in **Browse → Extensions**.
|
||||||
|
|
||||||
You can find your Extension version in **Browse → Extension**.
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "MangaDex 1.2.111"
|
Example: "MangaDex 1.2.111"
|
||||||
validations:
|
validations:
|
||||||
|
|
|
@ -25,7 +25,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Source name
|
label: Source name
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: Not Real Scans
|
Example: "Not Real Scans"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Source link
|
label: Source link
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: https://notrealscans.org
|
Example: "https://notrealscans.org"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Language
|
label: Language
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: English
|
Example: "English"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue