diff --git a/.github/ISSUE_TEMPLATE/---beta-bug-report.md b/.github/ISSUE_TEMPLATE/---beta-bug-report.md new file mode 100644 index 0000000000..20160218f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---beta-bug-report.md @@ -0,0 +1,25 @@ +--- +name: "\U0001F41B Beta bug report" +about: Report a bug in the beta or debug version +title: "[Beta] [Bug] Write short description here" +labels: beta bug +assignees: '' + +--- + +### Device information +* Tachiyomi version: ? +* Android phone & 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 index 353fe05e38..d81f1e019f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: "\U0001F31F Feature request" about: Suggest a feature to improve Tachiyomi title: "[Feature Request] Write short description here" -labels: enhancement +labels: '' assignees: '' ---