Skip to content

Commit e665b21

Browse files
Merge pull request #700 from wheremyfoodat/gh-issues
Replace issue template with a form.
2 parents f2e8a9f + 4805443 commit e665b21

2 files changed

Lines changed: 93 additions & 42 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
name: Report an issue with PCSX-Redux.
2+
description: Report an issue with PCSX-Redux.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
This issue form is for reporting bugs only! If you have a feature or enhancement request, please make a proper feature request instead.
8+
- type: textarea
9+
validations:
10+
required: true
11+
attributes:
12+
label: Describe the bug
13+
description: >-
14+
A clear and concise description of what the bug is.
15+
16+
- type: textarea
17+
validations:
18+
required: true
19+
attributes:
20+
label: Expected behavior
21+
description: >-
22+
How the program should actually behave.
23+
24+
- type: textarea
25+
validations:
26+
required: true
27+
attributes:
28+
label: Steps to reproduce the bug
29+
description: >-
30+
Steps to reproduce the behavior
31+
placeholder:
32+
1. Go to '...'
33+
34+
2. Click on '...'
35+
36+
3. Press '...'
37+
38+
- type: input
39+
validations:
40+
required: true
41+
attributes:
42+
label: Operating System
43+
placeholder: (eg Windows 10, MacOS Big Sur, Ubuntu 20.04 LTS ...)
44+
description: >
45+
The OS of the system you're running Redux on
46+
47+
- type: input
48+
validations:
49+
required: true
50+
attributes:
51+
label: CPU model
52+
placeholder: (eg Intel Core i7-7700K)
53+
description: >
54+
The CPU model of the system you're running PCSX-Redux on
55+
56+
- type: input
57+
validations:
58+
required: true
59+
attributes:
60+
label: GPU model
61+
placeholder: (eg Nvidia GeForce GTX 980 Ti)
62+
description: >
63+
The GPU model of the system you're running PCSX-Redux on
64+
65+
- type: input
66+
validations:
67+
required: true
68+
attributes:
69+
label: BIOS version
70+
placeholder: (eg OpenBIOS, SCPH1001, etc)
71+
description: >
72+
The BIOS you're using to play games.
73+
74+
- type: dropdown
75+
validations:
76+
required: true
77+
attributes:
78+
label: CPU emulation mode
79+
description: >
80+
If the menu bar says "Interpreted" on the top right, pick "Interpreter". Otherwise, pick "Recompiler"
81+
options:
82+
- Interpreter
83+
- Recompiler
84+
85+
- type: textarea
86+
validations:
87+
required: true
88+
attributes:
89+
label: Additional information
90+
description: >-
91+
If you have any additional information for us, use the field below. Feel free to share your memory card if you think it'd help us reproduce and debug your problem.
92+
93+
For bugs where a screenshot or video would be useful (eg rendering or audio bugs), please attach one as well.

0 commit comments

Comments
 (0)