From aa607e0ecb59b5423999b556973cdc2d5da8dc28 Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 10 Aug 2020 14:34:10 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/source_issue.md | 4 ++-- 5 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f531fa6c2f..8af59bfd9d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,7 +10,7 @@ I acknowledge that: --- -### Device information +## Device information * Tachiyomi version: ? * Android version: ? * Device: ? diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index afebf1f05b..399df4fc12 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,7 @@ I acknowledge that: --- -### Device information +## Device information * Tachiyomi version: ? * Android version: ? * Device: ? @@ -32,5 +32,5 @@ This should happen. ### Actual behavior This happened instead. -### Other details +## Other details Additional details and attachments. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..b62bcf2ad7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Tachiyomi help website + url: https://tachiyomi.org/help/ + about: Common questions are answered here. + - name: Tachiyomi extensions GitHub repository + url: https://github.com/inorichi/tachiyomi-extensions + about: Issues about an extension/source/catalogue should be opened here instead. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a757cad106..125da0244d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -17,8 +17,8 @@ I acknowledge that: --- -### Why/User Benefit/User Problem +## Why/User Benefit/User Problem (explain why this feature should be added) -### What/Requirements +## What/Requirements (explain how this feature would behave) diff --git a/.github/ISSUE_TEMPLATE/source_issue.md b/.github/ISSUE_TEMPLATE/source_issue.md index fc7078da43..db6e63ec58 100644 --- a/.github/ISSUE_TEMPLATE/source_issue.md +++ b/.github/ISSUE_TEMPLATE/source_issue.md @@ -2,7 +2,7 @@ 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" +labels: "catalog, invalid" --- -DO NOT OPEN AN ISSUE IN THIS REPO. SEE https://github.com/inorichi/tachiyomi-extensions \ No newline at end of file +DO NOT OPEN AN ISSUE IN THIS REPO. SEE https://github.com/inorichi/tachiyomi-extensions