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?)