mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Update 01-bug-report.yml
This commit is contained in:
parent
458928d615
commit
aa35f21763
52
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
52
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
@ -4,6 +4,13 @@ title: "[Bug] "
|
|||||||
labels:
|
labels:
|
||||||
- bug
|
- bug
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
> [!note]
|
||||||
|
> - Use `Discussions` if you want to ask for question.
|
||||||
|
> - Non-English reports will be deleted. No exceptions.
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checklist
|
id: checklist
|
||||||
attributes:
|
attributes:
|
||||||
@ -15,17 +22,37 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: I will describe the problem with as much detail as possible.
|
- label: I will describe the problem with as much detail as possible.
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
|
||||||
id: questions
|
- type: dropdown
|
||||||
|
id: question_01
|
||||||
attributes:
|
attributes:
|
||||||
label: Questions
|
label: xCloud officially supports your country/region
|
||||||
options:
|
options:
|
||||||
- label: xCloud officially supports my country/region.
|
- Yes
|
||||||
required: false
|
- No
|
||||||
- label: "The bug doesn't happen when I disable Better xCloud script."
|
validations:
|
||||||
required: false
|
required: true
|
||||||
- label: "The bug didn't happen in previous Better xCloud version (name which one)."
|
|
||||||
required: false
|
- type: dropdown
|
||||||
|
id: question_02
|
||||||
|
attributes:
|
||||||
|
label: "The bug doesn't happen when you disable Better xCloud script"
|
||||||
|
options:
|
||||||
|
- Yes
|
||||||
|
- No
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: question_03
|
||||||
|
attributes:
|
||||||
|
label: "Previous Better xCloud versions didn't have this bug (name which one)"
|
||||||
|
options:
|
||||||
|
- Yes
|
||||||
|
- No
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: device_type
|
id: device_type
|
||||||
attributes:
|
attributes:
|
||||||
@ -40,6 +67,7 @@ body:
|
|||||||
multiple: false
|
multiple: false
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: device_name
|
id: device_name
|
||||||
attributes:
|
attributes:
|
||||||
@ -48,6 +76,7 @@ body:
|
|||||||
placeholder: "e.g., Google Pixel 8"
|
placeholder: "e.g., Google Pixel 8"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
@ -56,6 +85,7 @@ body:
|
|||||||
placeholder: "e.g., Android 14"
|
placeholder: "e.g., Android 14"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: browser_version
|
id: browser_version
|
||||||
attributes:
|
attributes:
|
||||||
@ -64,6 +94,7 @@ body:
|
|||||||
placeholder: "e.g., Chrome 124.0, Android app 0.15.0"
|
placeholder: "e.g., Chrome 124.0, Android app 0.15.0"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: extension_version
|
id: extension_version
|
||||||
attributes:
|
attributes:
|
||||||
@ -72,6 +103,7 @@ body:
|
|||||||
placeholder: "e.g., 3.5.0"
|
placeholder: "e.g., 3.5.0"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: game_list
|
id: game_list
|
||||||
attributes:
|
attributes:
|
||||||
@ -80,6 +112,7 @@ body:
|
|||||||
placeholder: "e.g., Halo"
|
placeholder: "e.g., Halo"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduction
|
id: reproduction
|
||||||
attributes:
|
attributes:
|
||||||
@ -93,6 +126,7 @@ body:
|
|||||||
3. Error
|
3. Error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: media
|
id: media
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user