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: ''