[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
|
||||
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.
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue