From ce13a5152bf7f0fff886789d1ddc4768c1b66bee Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 4 Apr 2020 10:21:19 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++-------- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++++++ .github/ISSUE_TEMPLATE/source_issue.md | 8 +++++++ 4 files changed, 51 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/source_issue.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f6ea76ef53..9dc608bb9f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,26 @@ -**DO NOT OPEN ISSUES/REQUESTS RELATING TO EXTENSIONS/CATALOGUES IN THIS REPOSITORY. Open them at the following repository https://github.com/inorichi/tachiyomi-extensions/** +**PLEASE READ THIS** -**For all other requests Please fill out the form below and remove the first 3 lines of this template** +I acknowledge that: -**App version:** +- I have updated to the latest version of the app (stable is v0.8.5) +- I have updated all extensions +- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions -**Android version:** +**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** -**Issue/Request:** +--- -**Steps to reproduce (if applicable)** +### Device information +* Tachiyomi version: ? +* Android version: ? +* Device: ? - 1. - 2. - 3. +## Steps to reproduce +1. First step +2. Second step -**Other details:** +## Issue/Request +? + +## Other details +Additional details and attachments. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ac0f44ea80..76ac4a1976 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,12 +3,24 @@ name: "🐞 Bug report" about: Report a bug title: "[Bug] Write short description here" labels: "bug" +--- + +**PLEASE READ THIS** + +I acknowledge that: + +- I have updated to the latest version of the app (stable is v0.8.5) +- I have updated all extensions +- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions + +**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** --- ### Device information * Tachiyomi version: ? * Android version: ? +* Device: ? ## Steps to reproduce 1. First step diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d3c307acf7..60b3bc43ff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,8 +3,20 @@ name: "🌟 Feature request" about: Suggest a feature to improve Tachiyomi title: "[Feature Request] Write short description here" labels: "feature" +--- + +**PLEASE READ THIS** + +I acknowledge that: + +- I have updated to the latest version of the app (stable is v0.8.5) +- I have updated all extensions +- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions + +**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** --- + ### Why/User Benefit/User Problem (explain why this feature should be added) diff --git a/.github/ISSUE_TEMPLATE/source_issue.md b/.github/ISSUE_TEMPLATE/source_issue.md new file mode 100644 index 0000000000..fc7078da43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/source_issue.md @@ -0,0 +1,8 @@ +--- +name: "Extension/source/catalogue issue" +about: "Do not open an issue here. See https://github.com/inorichi/tachiyomi-extensions" +title: "THIS ISSUE IS IN THE WRONG REPO; SEE https://github.com/inorichi/tachiyomi-extensions" +labels: "catalog" +--- + +DO NOT OPEN AN ISSUE IN THIS REPO. SEE https://github.com/inorichi/tachiyomi-extensions \ No newline at end of file