Update ISSUE_TEMPLATE to new repo
This commit is contained in:
parent
78025c6783
commit
85354be510
4 changed files with 17 additions and 11 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -6,7 +6,7 @@ I acknowledge that:
|
|||
- To the latest version of the app (stable is v1.10.2)
|
||||
- All extensions
|
||||
- I have gone through the FAQ (https://tachiyomi.org/docs/faq/general) and troubleshooting guide (https://tachiyomi.org/docs/guides/troubleshooting/)
|
||||
- If this is an issue with an extension, that I should be opening an issue in it's repository
|
||||
- If this is an issue with an official extension, that I should be opening an issue in https://github.com/cuong-tran/tachiyomi-extensions/
|
||||
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open or closed issue
|
||||
- I will fill out the title and the information in this template
|
||||
|
||||
|
|
|
|||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,5 +1,11 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: ⚠️ Extension/source issue
|
||||
url: https://github.com/cuong-tran/tachiyomi-extensions/issues/new/choose
|
||||
about: Issues and requests for official extensions and sources should be opened in the extensions repository instead
|
||||
- name: 📦 Extensions
|
||||
url: https://cuong-tran.github.io/tachiyomi-extensions/
|
||||
about: List of all available extensions with download links
|
||||
- name: 🖥️ Tachiyomi website
|
||||
url: https://tachiyomi.org/
|
||||
about: Guides, troubleshooting, and answers to common questions
|
||||
|
|
|
|||
12
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
12
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: 🐞 Issue report
|
||||
description: Report an issue in Tachiyomi
|
||||
description: Report an issue in Komikku
|
||||
labels: [Bug]
|
||||
body:
|
||||
|
||||
|
|
@ -48,10 +48,10 @@ body:
|
|||
You can paste the crash logs in plain text or upload it as an attachment.
|
||||
|
||||
- type: input
|
||||
id: tachiyomi-version
|
||||
id: komikku-version
|
||||
attributes:
|
||||
label: Tachiyomi version
|
||||
description: You can find your Tachiyomi version in **More → About**.
|
||||
label: Komikku version
|
||||
description: You can find your Komikku version in **More → About**.
|
||||
placeholder: |
|
||||
Example: "1.10.2"
|
||||
validations:
|
||||
|
|
@ -94,11 +94,11 @@ body:
|
|||
required: true
|
||||
- label: I have written a short but informative title.
|
||||
required: true
|
||||
- label: If this is an issue with an extension, I should be opening an issue in the extension's repository.
|
||||
- label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/cuong-tran/tachiyomi-extensions/issues/new/choose).
|
||||
required: true
|
||||
- label: I have gone through the [FAQ](https://tachiyomi.org/docs/faq/general) and [troubleshooting guide](https://tachiyomi.org/docs/guides/troubleshooting/).
|
||||
required: true
|
||||
- label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
|
||||
- label: I have updated the app to version **[1.10.2](https://github.com/cuong-tran/komikku/releases/latest)**.
|
||||
required: true
|
||||
- label: I have updated all installed extensions.
|
||||
required: true
|
||||
|
|
|
|||
8
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
8
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: ⭐ Feature request
|
||||
description: Suggest a feature to improve Tachiyomi
|
||||
description: Suggest a feature to improve Komikku
|
||||
labels: [Feature request]
|
||||
body:
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ body:
|
|||
id: feature-description
|
||||
attributes:
|
||||
label: Describe your suggested feature
|
||||
description: How can Tachiyomi be improved?
|
||||
description: How can Komikku be improved?
|
||||
placeholder: |
|
||||
Example:
|
||||
"It should work like this..."
|
||||
|
|
@ -31,9 +31,9 @@ body:
|
|||
required: true
|
||||
- label: I have written a short but informative title.
|
||||
required: true
|
||||
- label: If this is an issue with an official extension, I should be opening an issue in the extension's repository.
|
||||
- label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/cuong-tran/tachiyomi-extensions/issues/new/choose).
|
||||
required: true
|
||||
- label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
|
||||
- label: I have updated the app to version **[1.10.2](https://github.com/cuong-tran/komikku/releases/latest)**.
|
||||
required: true
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue