release r24
[pcsx_rearmed.git] / .github / ISSUE_TEMPLATE / report.yml
CommitLineData
68362e7a 1name: Bug report
2description: Report a PCSX-ReARMed issue
3body:
4 - type: input
5 id: pcsx_version
6 attributes:
7 label: PCSX-ReARMed Version
8 description: Version number of the emulator as shown in the menus and printed in logs.
46d596bb 9 placeholder: r24l 3a52f747
68362e7a 10 validations:
11 required: true
12 - type: input
13 id: device
14 attributes:
15 label: Your device
16 description: "Examples: Raspberry Pi4, PC, PS Vita, PS Classic, etc."
17 placeholder: PC
18 validations:
19 required: true
20 - type: dropdown
21 id: os
22 attributes:
23 label: Operating System of your device
24 description: What OS are you using?
25 options:
26 - Android
27 - Apple (iOS, tvOS, macOS etc.)
28 - Linux (or Linux-based like RetroPie etc.)
29 - Windows
30 - Other (consoles, etc.)
31 - type: dropdown
32 id: arch
33 attributes:
34 label: CPU architecture
35 description: Select the type of the CPU in your device. In case you're using 32bit software on a 64bit device, please select 32bit.
36 options:
37 - ARM 64bit (AArch64)
38 - ARM 32bit
39 - x86-64 (64bit Intel, AMD, etc.)
40 - x86 (32bit Intel, AMD, etc.)
41 - Other
42 - type: textarea
43 id: issue_description
44 attributes:
45 label: Issue description
46 description: What issue are you having?
47 placeholder: Crash Bandicoot crashes after pressing start.
48 validations:
49 required: true
50 - type: textarea
51 id: step_by_step
52 attributes:
53 label: Step-by-step reproduction and logs
54 description: Type here how your issue can be reproduced and attach any logs.
55 placeholder: Wait for the game's title screen to appear and then press start.
56 validations:
57 required: false