From c09e272a6fc49e1d45868330cdcdf29d79600fa4 Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Sun, 23 Feb 2020 13:57:58 -0800 Subject: [PATCH] Adding beta issue template --- .github/ISSUE_TEMPLATE/---beta-bug-report.md | 25 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/---beta-bug-report.md 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: '' ---