diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 548c42040..904f7cd19 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.2) +- I have updated to the latest version of the app (stable is v0.10.4) - I have updated all extensions - If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi - I have searched the existing issues for duplicates @@ -12,12 +12,12 @@ I acknowledge that: --- -### Device information +## Device information * Tachiyomi version: ? * Android version: ? * Device: ? -### Source information +## Source information * Source name: ? * Source extension version: ? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..c5a4dfc0b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: Extensions list + url: https://tachiyomi.org/extensions + about: List of all available extensions with download links. + - name: Multi-source extensions spreadsheet + url: https://tachiyomi.org/extensions-spreadsheet + about: The sources inside multi-source extensions can be found in this spreadsheet. + - name: Tachiyomi help website + url: https://tachiyomi.org/help/ + about: Common questions are answered here. + - name: Tachiyomi app GitHub repository + url: https://github.com/inorichi/tachiyomi + about: Issues about the app itself should be opened here instead. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 55794f027..e4f42b8c1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ labels: "enhancement" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.2) +- I have updated to the latest version of the app (stable is v0.10.4) - I have updated all extensions - If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi - I have searched the existing issues for duplicates @@ -20,4 +20,4 @@ I acknowledge that: --- -### What feature should be added to this source? +## What feature should be added to this source? diff --git a/.github/ISSUE_TEMPLATE/meta_request.md b/.github/ISSUE_TEMPLATE/meta_request.md index 295981a39..e314ff0e8 100644 --- a/.github/ISSUE_TEMPLATE/meta_request.md +++ b/.github/ISSUE_TEMPLATE/meta_request.md @@ -9,7 +9,7 @@ labels: "meta" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.2) +- I have updated to the latest version of the app (stable is v0.10.4) - I have updated all extensions - If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi - I have searched the existing issues for duplicates @@ -20,7 +20,7 @@ I acknowledge that: --- -### Why/Project's Benefit/Existing Problem +## Why/Project's Benefit/Existing Problem (explain why this should be added) -### Other Details +## Other Details diff --git a/.github/ISSUE_TEMPLATE/source_bug.md b/.github/ISSUE_TEMPLATE/source_bug.md index 3924adcc9..b43deb2f7 100644 --- a/.github/ISSUE_TEMPLATE/source_bug.md +++ b/.github/ISSUE_TEMPLATE/source_bug.md @@ -9,7 +9,7 @@ labels: "bug" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.2) +- I have updated to the latest version of the app (stable is v0.10.4) - I have updated all extensions - If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi - I have searched the existing issues for duplicates @@ -20,11 +20,11 @@ I acknowledge that: --- -### Device information +## Device information - Tachiyomi version: ? - Android version: ? -### Source information +## Source information - Name: ? - Extension version: ? @@ -38,4 +38,4 @@ This should have happened ### Actual behavior This happens instead -### Other details +## Other details diff --git a/.github/ISSUE_TEMPLATE/source_request.md b/.github/ISSUE_TEMPLATE/source_request.md index 4a7d08bbf..7a3f83c5e 100644 --- a/.github/ISSUE_TEMPLATE/source_request.md +++ b/.github/ISSUE_TEMPLATE/source_request.md @@ -9,7 +9,7 @@ labels: "Source Request" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.2) +- I have updated to the latest version of the app (stable is v0.10.4) - I have updated all extensions - If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi - I have searched the existing issues for duplicates @@ -20,9 +20,10 @@ I acknowledge that: --- -### Source Website +## Source Website - Name: ? - Link: ? - Language(s): ? -### Other Details +## Other Details +? \ No newline at end of file