From 5c1f0d37dfb706a53eafbf226b61f54e7bc022d6 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 8 Apr 2019 20:37:41 -0400 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dcb1221f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: bug, unverified +assignees: AllanWang + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behaviour: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behaviour** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Details (please provide at least the app version):** + - App Version: + - Device: + - Android Version: + +**Additional context** +Add any other context about the problem here. -- cgit v1.2.3 From f12b0b0d0e446b3d8380b0406d2c75f39f095568 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 8 Apr 2019 20:39:24 -0400 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/theme-report.md | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/theme-report.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/theme-report.md b/.github/ISSUE_TEMPLATE/theme-report.md new file mode 100644 index 00000000..7b2d4363 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/theme-report.md @@ -0,0 +1,16 @@ +--- +name: Theme report +about: Problem with Frost's Theme +title: "[CSS]" +labels: CSS +assignees: AllanWang + +--- + +**Description** + + +**Details (please provide at least the app version):** + - App Version: + - Device: + - Android Version: -- cgit v1.2.3 From c39b86013320642f8e346a4554e183d5e78c9975 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 11 Apr 2019 13:11:37 -0400 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/custom.md | 2 +- .github/ISSUE_TEMPLATE/theme-report.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dcb1221f..624888bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[Bug]" +title: '' labels: bug, unverified assignees: AllanWang diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81f..19b55f89 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -3,7 +3,7 @@ name: Custom issue template about: Describe this issue template's purpose here. title: '' labels: '' -assignees: '' +assignees: AllanWang --- diff --git a/.github/ISSUE_TEMPLATE/theme-report.md b/.github/ISSUE_TEMPLATE/theme-report.md index 7b2d4363..820fb3f1 100644 --- a/.github/ISSUE_TEMPLATE/theme-report.md +++ b/.github/ISSUE_TEMPLATE/theme-report.md @@ -1,7 +1,7 @@ --- name: Theme report about: Problem with Frost's Theme -title: "[CSS]" +title: '' labels: CSS assignees: AllanWang -- cgit v1.2.3 From 48cfc15d089ab1886876152b4e074534908d8b86 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 13 Apr 2019 19:47:07 -0400 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 9 --------- .github/ISSUE_TEMPLATE/feature-request.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 624888bb..1642d528 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,16 +17,7 @@ Steps to reproduce the behaviour: 3. Scroll down to '....' 4. See error -**Expected behaviour** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - **Details (please provide at least the app version):** - App Version: - Device: - Android Version: - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..ceb35384 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,12 @@ +--- +name: Feature Request +about: Propose a new feature +title: '' +labels: feature request +assignees: AllanWang + +--- + +**Describe the feature** + + -- cgit v1.2.3 From bf84c42b083153701c4f9d4c96f0a3399e01c37f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 13 Apr 2019 19:47:46 -0400 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 19b55f89..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: AllanWang - ---- - - -- cgit v1.2.3