mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 13:18:27 +00:00
Update bug report and controller request templates
This commit is contained in:
parent
32c7b95065
commit
fe22695149
2 changed files with 7 additions and 12 deletions
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -12,7 +12,8 @@ body:
|
|||
label: Switch Firmware Version
|
||||
description: Which Nintendo Switch firmware (HOS) version are you running?
|
||||
options:
|
||||
- 13.2.1 (Latest)
|
||||
- 14.0.0 (Latest)
|
||||
- 13.2.1
|
||||
- 13.2.0
|
||||
- 13.1.0
|
||||
- 13.0.0
|
||||
|
@ -32,7 +33,8 @@ body:
|
|||
label: Atmosphère Version
|
||||
description: Which version of Atmosphère are you using?
|
||||
options:
|
||||
- 1.2.6 (Latest)
|
||||
- 1.3.0 (Latest)
|
||||
- 1.2.6
|
||||
- 1.2.5
|
||||
- 1.2.4
|
||||
- 1.2.3
|
||||
|
@ -42,14 +44,6 @@ body:
|
|||
- 1.1.1
|
||||
- 1.1.0
|
||||
- 1.0.0
|
||||
- 0.20.1
|
||||
- 0.20.0
|
||||
- 0.19.5
|
||||
- 0.19.4
|
||||
- 0.19.3
|
||||
- 0.19.2
|
||||
- 0.19.1
|
||||
- 0.19.0
|
||||
- Other (please specify in issue description)
|
||||
validations:
|
||||
required: true
|
||||
|
@ -59,7 +53,8 @@ body:
|
|||
label: Mission Control Version
|
||||
description: Which version of Mission Control are you using?
|
||||
options:
|
||||
- 0.6.4 (Latest)
|
||||
- 0.7.0 (Latest)
|
||||
- 0.6.4
|
||||
- 0.6.3
|
||||
- 0.6.2
|
||||
- 0.6.1
|
||||
|
|
|
@ -30,7 +30,7 @@ body:
|
|||
id: vid-pid
|
||||
attributes:
|
||||
label: Controller vendor and product ID
|
||||
description: The vendor and product ID of the controller. If your controller can be paired to the console you can dump this information from the pairing database using my [btdb](https://github.com/ndeadly/MissionControl/releases/download/v0.3.0/btdb.nro) application.
|
||||
description: The vendor and product ID of the controller. If your controller can be paired to the console you can dump this information from the pairing database using my [btdb](https://github.com/ndeadly/MissionControl/files/7227157/btdb-1300.zip) application.
|
||||
placeholder: ex. 057e:2009
|
||||
- type: checkboxes
|
||||
id: features
|
||||
|
|
Loading…
Add table
Reference in a new issue