cartreader/.github/ISSUE_TEMPLATE/bug.yml

86 lines
2.1 KiB
YAML
Raw Normal View History

2023-08-15 13:49:31 +02:00
name: "Open New Issue"
2023-08-15 13:38:00 +02:00
description: For issues that affect all OSCRs e.g. coding mistakes or hardware oversights.
body:
- type: input
id: version
attributes:
label: OSCR firmware version
description: Which version of the OSCR firmware is currently flashed?
validations:
required: true
- type: dropdown
id: hardware
attributes:
label: OSCR hardware version
description: What hardware version are you using?
options:
- Select hardware version
- HW1
- HW2
- HW3
- HW3 Alter
- HW4
- HW5 Rev1
- HW5 Rev2
- HW5 Rev3
- HW5 Rev4
- HW5 Rev5
- HW5 Rev6
validations:
required: true
2023-08-15 13:49:31 +02:00
- type: textarea
2023-08-15 13:38:00 +02:00
id: attachment
attributes:
label: Attach OSCR_LOG.txt file here
2023-08-15 13:49:31 +02:00
- type: dropdown
2023-08-15 13:38:00 +02:00
id: system
attributes:
label: System used
description: Which system is affected?
options:
- Select a system
2023-08-15 13:53:14 +02:00
- all/none/doesn't matter
2023-08-15 13:38:00 +02:00
- NES/Famicom/Family Basic
- SNES/Super Famicom
2023-08-15 13:49:31 +02:00
- SF Memory
2023-08-15 13:38:00 +02:00
- Satellaview
- N64 Cartridge
- N64 Controller Test
- N64 Controller Pak
- N64 Gameshark
- Game Boy (Color)
- GB Memory
- Game Boy Advance
- Sega Mega Drive/Genesis
- Sega Master System
- Virtual Boy
- Sega Game Gear
- Sega Mark III
- Sega SG-1000
- Sega Cards
- PC engine/TG16
- WonderSwan (Color)
- NeoGeo Pocket (Color)
- Intellivision
- ColecoVision
- Benesse Pocket Challenge W
- Benesse Pocket Challenge V2
- Watara Supervision
- Atari 2600
- Emerson Arcadia 2001
- Fairchild Channel F
- Magnavox Odyssey 2
- Super A'Can
- MSX
- Pokemon Mini
- Casio Loopy
2023-08-15 13:49:31 +02:00
- Flashrom Programmer
2023-08-15 13:38:00 +02:00
validations:
2023-08-15 13:53:14 +02:00
required: true
2023-08-15 13:38:00 +02:00
- type: textarea
id: bug-desc
attributes:
label: Describe the issue.
validations:
required: true