mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
97 lines
2.9 KiB
YAML
97 lines
2.9 KiB
YAML
name: Bug Report
|
|
description: Report a bug or crash in the software
|
|
title: "[Bug Report]: "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report. Please include as much information as possible so the issue can be replicated and identified.
|
|
- type: dropdown
|
|
id: hos-version
|
|
attributes:
|
|
label: Switch Firmware Version
|
|
description: Which Nintendo Switch firmware (HOS) version are you running?
|
|
options:
|
|
- 14.0.0 (Latest)
|
|
- 13.2.1
|
|
- 13.2.0
|
|
- 13.1.0
|
|
- 13.0.0
|
|
- 12.1.0
|
|
- 12.0.3
|
|
- 12.0.2
|
|
- 12.0.1
|
|
- 12.0.0
|
|
- 11.0.1
|
|
- 11.0.0
|
|
- Other (please specify in issue description)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: ams-version
|
|
attributes:
|
|
label: Atmosphère Version
|
|
description: Which version of Atmosphère are you using?
|
|
options:
|
|
- 1.3.0 (Latest)
|
|
- 1.2.6
|
|
- 1.2.5
|
|
- 1.2.4
|
|
- 1.2.3
|
|
- 1.2.2
|
|
- 1.2.1
|
|
- 1.2.0
|
|
- 1.1.1
|
|
- 1.1.0
|
|
- 1.0.0
|
|
- Other (please specify in issue description)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: mc-version
|
|
attributes:
|
|
label: Mission Control Version
|
|
description: Which version of Mission Control are you using?
|
|
options:
|
|
- 0.7.0 (Latest)
|
|
- 0.6.4
|
|
- 0.6.3
|
|
- 0.6.2
|
|
- 0.6.1
|
|
- 0.6.0
|
|
- 0.5.1
|
|
- 0.5.0
|
|
- Other (please specify in issue description)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: boot-method
|
|
attributes:
|
|
label: Boot Method
|
|
description: Which bootloader are you using to launch Atmosphère?
|
|
options:
|
|
- Fusée
|
|
- Hekate
|
|
- Unsure
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Issue Description
|
|
description: Describe the issue you are experiencing. Where does the issue occur? How can it be reproduced?
|
|
placeholder: Please describe your issue here.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: error-report
|
|
attributes:
|
|
label: Error Report
|
|
description: If your issue involves the console crashing with an error screen, please attach the error report here.
|
|
placeholder: Please attach error report here.
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Sometimes issues do not occur universally and may be caused by a factor unique to your setup. Add any additional contextual information about your environment here, eg. which other custom sysmodules are you running, are you booting sysnand or emummc, did you install Atmosphère or Mission Control as part of some unofficial third-party release/distribution etc
|
|
placeholder: Please provide any additional context here.
|