From acdeedd57a2bd1b95b7fee07b7c1fc618148c7c6 Mon Sep 17 00:00:00 2001 From: Quang Lam Date: Sun, 10 May 2020 14:58:28 +0700 Subject: [PATCH] Update GitHub issue templates (#244) --- .github/ISSUE_TEMPLATE/bug.md | 11 ++++++----- .github/ISSUE_TEMPLATE/feature.md | 14 +++++--------- .github/ISSUE_TEMPLATE/support.md | 9 --------- 3 files changed, 11 insertions(+), 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index c84c9a62..1755e2e0 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -5,14 +5,15 @@ title: 'bug: ' --- # Bug Report -**Current Behavior:** - +**Specifications:** +- App Version: +- OS (macOS, Windows, Linux): -**Expected Behavior:** - +**Description:** + **Steps to Reproduce:** **Additional Context** - + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 1a6e68e2..77930e89 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -4,17 +4,13 @@ about: Suggest an idea for this project title: 'feature: ' --- - - # Feature Request -**Describe the Feature Request** - +**Specifications:** +- App Version: +- OS (macOS, Windows, Linux): -**Describe Preferred Solution** - - -**Describe Alternatives** - +**Description:** + **Additional Context** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index dc3639d2..00000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Support Question -about: Question on how to use this project -title: 'support: ' ---- - -# Support Question - -You can ask your question here or email support@singleboxapp.com to receive direct support from the developer. \ No newline at end of file