From 5b137f779104802c64c299dd6b81dfd23ca47283 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:54:14 +0700 Subject: [PATCH] Update 01-bug-report.yml --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index d3c4405..1ad5def 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -11,12 +11,21 @@ body: options: - label: I will only use English in my report. required: true - - label: "The bug doesn't happen when I disable Better xCloud script." - required: true - label: I have used the search function for [**open and closed issues**](https://github.com/redphx/better-xcloud/issues?q=is%3Aissue) to see if someone else has already submitted the same bug report. required: true - label: I will describe the problem with as much detail as possible. required: true + - type: checkboxes + id: questions + attributes: + label: Questions + options: + - label: xCloud officially supports my country/region. + required: false + - label: "The bug doesn't happen when I disable Better xCloud script." + required: false + - label: "The bug didn't happen in previous Better xCloud version (name which one)." + required: false - type: dropdown id: device_type attributes: @@ -50,9 +59,9 @@ body: - type: input id: browser_version attributes: - label: "Browser Version" - description: "What is the name and version of the browser?" - placeholder: "e.g., Chrome 124.0" + label: "Android app/Browser Version" + description: "What is the name and version of the browser/Android app?" + placeholder: "e.g., Chrome 124.0, Android app 0.15.0" validations: required: true - type: input