From e91801b3d8ac2447b6cc2e1fdae6920959b70265 Mon Sep 17 00:00:00 2001 From: Harsh Parekh Date: Sun, 6 Oct 2019 10:17:15 -0400 Subject: [PATCH] Issue templates (#1447) Add templates for issues. --- .github/ISSUE_TEMPLATE/feature_request.md | 9 ++++++++ .github/ISSUE_TEMPLATE/meta_request.md | 12 +++++++++++ .github/ISSUE_TEMPLATE/source_bug.md | 25 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/source_request.md | 12 +++++++++++ 4 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/meta_request.md create mode 100644 .github/ISSUE_TEMPLATE/source_bug.md create mode 100644 .github/ISSUE_TEMPLATE/source_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..8313544ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,9 @@ +--- +name: "🌟 Feature request" +about: Suggest a feature to improve a source +title: "[Feature Request] Source name : Short Description" +labels: "feature request" +assignees: '' + +--- +### What feature should be added to this source? diff --git a/.github/ISSUE_TEMPLATE/meta_request.md b/.github/ISSUE_TEMPLATE/meta_request.md new file mode 100644 index 000000000..b4dcadd93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/meta_request.md @@ -0,0 +1,12 @@ +--- +name: "🧠 Meta feature request" +about: Suggest improvements to the this project +title: "[Meta]" +labels: "🧠 meta request" +assignees: '' + +--- +### Why/Project's Benefit/Existing Problem +(explain why this should be added) + +### Other Details diff --git a/.github/ISSUE_TEMPLATE/source_bug.md b/.github/ISSUE_TEMPLATE/source_bug.md new file mode 100644 index 000000000..e1ee96602 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/source_bug.md @@ -0,0 +1,25 @@ +--- +name: "\U0001F41E Bug report" +about: Report a bug +title: "[Bug] Source Name : Short Description" +labels: "bug" +assignees: '' + +--- + +### Device information +* Tachiyomi extension version: ? +* Tachiyomi version: ? +* Android version: ? + +## Steps to reproduce +1. First Step +2. Second Step + +### Expected behavior +This should have happened + +### Actual behavior +This happens instead + +### Other details diff --git a/.github/ISSUE_TEMPLATE/source_request.md b/.github/ISSUE_TEMPLATE/source_request.md new file mode 100644 index 000000000..bc71d9e18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/source_request.md @@ -0,0 +1,12 @@ +--- +name: "Source Request" +about: Suggest a Source for Tachiyomi +title: "[Source Request] Source Name" +labels: "Source Request" +assignees: '' + +--- +### Source Website +The website for this source can be found [here](website_url). + +### Other Details