diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..ac0f44ea8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: "🐞 Bug report" +about: Report a bug +title: "[Bug] Write short description here" +labels: "bug" + +--- + +### Device information +* Tachiyomi version: ? +* Android version: ? + +## Steps to reproduce +1. First step +2. Second step + +### Expected behavior +This should happen. + +### Actual behavior +This happened instead. + +### Other details +Additional details and attachments. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..d3c307acf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: "🌟 Feature request" +about: Suggest a feature to improve Tachiyomi +title: "[Feature Request] Write short description here" +labels: "feature" + +--- +### Why/User Benefit/User Problem +(explain why this feature should be added) + +### What/Requirements +(explain how this feature would behave)