From ff2da5e59be604d3e3a52cf16e713251b862960d Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Mon, 8 Mar 2021 12:57:12 +0330 Subject: [PATCH] issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 43 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..480a1b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: "🐞 Bug report" +title: "[Bug] " +about: "Report a bug" +labels: "bug" +--- + +**PLEASE READ THIS** + +I acknowledge that: + +- I have updated to the latest version of the app. +- I have tried the troubleshooting guide described in `README.md` +- If this is a request for adding/changing an extension it should be brought up to Tachiyomi: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose +- If this is an issue with some extension not working properly, It does work inside Tachiyomi as intended. +- I have searched the existing issues and this is a new ticket **NOT** a duplicate or related to another open issue +- I will fill out the title and the information in this template + +Note that the issue will be automatically closed if you do not fill out the title or requested information. + +**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** + +--- + +## Device information +- Tachidesk version: (Example: v0.2.3-r255-win32) +- Server Operating System: (Example: Ubuntu 20.04) +- Server JVM version: bundled with win32 or (Example: Java 8 Update 281 or OpenJDK 8u281) +- Client Operating System: +- Client Web Browser: (Example: Google Chrome 89.0.4389.82) + +## Steps to reproduce +1. First Step +2. Second Step + +### Expected behavior +Describe what should have happened + +### Actual behavior +Describe what happens instead + +## Other details +Describe additional details If necessary \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..87c3326 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: "🌟 Feature request" +title: "[Feature Request] " +about: "Suggest a feature to improve the project" +labels: "enhancement" +--- + +**PLEASE READ THIS** + +I acknowledge that: + +- I have updated to the latest version of the app. +- I have tried the troubleshooting guide described in `README.md` +- If this is a request for adding/changing an extension it should be brought up to Tachiyomi: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose +- If this is an issue with some extension not working properly, It does work in Tachiyomi application as intended. +- I have searched the existing issues and this is a new ticket **NOT** a duplicate or related to another open issue +- I will fill out the title and the information in this template + +Note that the issue will be automatically closed if you do not fill out the title or requested information. + +**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** + +--- + +## What feature should be added to Tachidesk? +Explain why this should be added \ No newline at end of file