From 1d0d69850f98723ea31eb3d7bf4f52e0ee4a2252 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 13 Aug 2023 10:31:30 +0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2f89323..e15db43 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,18 +1,18 @@ --- name: Bug report about: Create a report to help us improve -title: "[Bug]" +title: "[Bug] ..." labels: bug assignees: '' --- **Platform** - - Device: [e.g. Phone, Laptop, Desktop, TV] - - OS: [e.g. Windows, Android, iOS] - - Browser: [e.g. Chrome, Kiwi] - - Browser Version: [e.g. 100] - - Better xCloud Version: [e.g. 1.10] + - Device: Phone, Laptop, Desktop, TV... + - OS: Windows, Android, iOS... + - Browser: Chrome, Safari, Kiwi... + - Browser Version: + - Better xCloud Version: **Describe the bug** ... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 34e8e3b..e3394a4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[Feature]" +title: "[Feature] ..." labels: enhancement assignees: ''