mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 13:18:27 +00:00
Add template file to issues which should help replication of bugs (#339)
* Added template folder for Github Issues and basic template * Update issue templates * Fixed Location for Initial tempalte files * Update MCIssueTemplate.yaml Fixed body error * Delete bug_report.md Deleted original that is no longer needed * Update MCIssueTemplate.yaml Fixed Typo * Update MCIssueTemplate.yaml Fixed Typo's and various other grammatic problems * Update MCIssueTemplate.yaml Fixed body issue * Update MCIssueTemplate.yaml Fixed more grammatical issues * Update MCIssueTemplate.yaml Fixed more typo's * Update MCIssueTemplate.yaml Added other option in firmware selection * Update MCIssueTemplate.yaml Removed some versions and added other to all * Rename MCIssueTemplate.yaml to bug_report.yaml Renamed to bug_report
This commit is contained in:
parent
6fdc8ee5f3
commit
71b03f6012
1 changed files with 77 additions and 0 deletions
77
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
77
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
|
@ -0,0 +1,77 @@
|
|||
name: Bug Report
|
||||
description: File a bug report for MissionControl
|
||||
title: "[Bug]: "
|
||||
labels: [bug]
|
||||
assignees:
|
||||
- ndeadly
|
||||
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: swfirmware
|
||||
attributes:
|
||||
label: Switch Firmware
|
||||
description: Which version of the switch firmware are you running?
|
||||
options:
|
||||
- 12.1.0 (Latest)
|
||||
- 12.0.3
|
||||
- 12.0.2
|
||||
- 12.0.1
|
||||
- 12.0.0
|
||||
- 11.0.1
|
||||
- 11.0.0
|
||||
- 10.2.0
|
||||
- 10.1.0
|
||||
- 10.0.4
|
||||
- 10.0.3
|
||||
- 10.0.2
|
||||
- 10.0.1
|
||||
- 10.0.0
|
||||
- 9.2.0
|
||||
- 9.1.0
|
||||
- 9.0.1
|
||||
- 9.0.0
|
||||
- Other (please specify in issue description)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: atmosVersion
|
||||
attributes:
|
||||
label: Atmosphere Version
|
||||
description: Which version of Atmosphere are you using?
|
||||
options:
|
||||
- 0.20.1 (Latest)
|
||||
- 0.20.0
|
||||
- 0.19.5
|
||||
- 0.19.4
|
||||
- 0.19.3
|
||||
- 0.19.2
|
||||
- 0.19.1
|
||||
- 0.19.0
|
||||
- 0.18.1
|
||||
- 0.18.0
|
||||
- Other (please specify in issue description)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: mcVersion
|
||||
attributes:
|
||||
label: Mission Control Version
|
||||
description: Which version of Mission Control are you using?
|
||||
options:
|
||||
- 0.5.1 (Latest)
|
||||
- 0.5.0
|
||||
- 0.4.1
|
||||
- Other (please specify in issue description)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: Reported Issue
|
||||
description: Please describe the issue you are experiencing.
|
||||
placeholder: Please enter your reported issue here.
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Reference in a new issue