From a675361d51237e04f69a124c486c2a0c64ad98c3 Mon Sep 17 00:00:00 2001 From: Harsh Parekh Date: Sat, 24 Aug 2019 07:11:25 -0400 Subject: [PATCH] Improve issue reporting workflow. --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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 0000000000..a8355193b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: "\U0001F41E Bug report" +about: Report a bug +title: "[Bug]" +labels: "\U0001F41E bug" +assignees: '' + +--- + +### Device information +* Tachiyomi version: ? +* Android version: ? + +## Steps to reproduce + +### Expected behavior + +### Actual behavior + +### Other details diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..0afb29e281 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: "šŸŒŸ Feature request" +about: Suggest a feature to improve Tachiyomi +title: "[Feature Request]" +labels: "šŸŒŸ feature request" +assignees: '' + +--- +### Why/User Benefit/User Problem +(explain why this feature should be added) + +### What/Requirements +(explain how this feature would behave) + +### Acceptance Criteria (how do I know when Iā€™m done?)