You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Problem with the application itself (ie. bad file path handling, UX issue)
6
+
title: "[APP BUG]: "
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
## Important: Read First
12
+
13
+
Please do not make support requests on GitHub. Our issue tracker is for tracking bugs and feature requests only
14
+
If you need help using the emulator or unsure about your issue please contact us on [discord](https://discord.gg/bFJxfftGW6).
15
+
16
+
Please make an effort to make sure your issue isn't already reported.
17
+
18
+
Do not create issues involving software piracy, our rules specifically prohibit this. Otherwise your issue will be closed and you will be banned in this repository.
19
+
- type: checkboxes
20
+
id: checklist
21
+
attributes:
22
+
label: Checklist
23
+
options:
24
+
- label: I have searched for a similar issue in this repository and did not find one.
25
+
required: true
26
+
- label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated one of those builds using its in-app updater.
27
+
required: true
28
+
- type: textarea
29
+
id: desc
30
+
attributes:
31
+
label: Describe the Bug
32
+
description: "A clear and concise description of what the bug is"
33
+
validations:
34
+
required: true
35
+
- type: textarea
36
+
id: repro
37
+
attributes:
38
+
label: Reproduction Steps
39
+
description: "Detailed steps to reproduce the behavior"
40
+
validations:
41
+
required: true
42
+
- type: textarea
43
+
id: expected
44
+
attributes:
45
+
label: Expected Behavior
46
+
description: "A clear and concise description of what you expected to happen"
47
+
validations:
48
+
required: false
49
+
- type: input
50
+
id: os
51
+
attributes:
52
+
label: Specify OS Version
53
+
placeholder: "Example: Windows 11, Arch Linux, MacOS 15"
description: Suggest a new feature or improve an existing one
6
+
title: "[Feature Request]: "
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
## Important: Read First
12
+
13
+
Please make an effort to make sure your issue isn't already reported.
14
+
15
+
Do not create issues involving software piracy, our rules specifically prohibit this. Otherwise your issue will be closed and you will be banned in this repository.
16
+
17
+
- type: checkboxes
18
+
id: checklist
19
+
attributes:
20
+
label: Checklist
21
+
options:
22
+
- label: I have searched for a similar issue in this repository and did not find one.
23
+
required: true
24
+
- type: textarea
25
+
id: desc
26
+
attributes:
27
+
label: Description
28
+
description: |
29
+
A concise description of the feature you want
30
+
31
+
Include step by step examples of how the feature should work under various circumstances
32
+
validations:
33
+
required: true
34
+
- type: textarea
35
+
id: reason
36
+
attributes:
37
+
label: Reason
38
+
description: |
39
+
Give a reason why you want this feature
40
+
- How will it make things easier for you?
41
+
- How does this feature help your enjoyment of the emulator?
42
+
- What does it provide that isn't being provided currently?
43
+
validations:
44
+
required: true
45
+
- type: textarea
46
+
id: examples
47
+
attributes:
48
+
label: Examples
49
+
description: |
50
+
Provide examples of the feature as implemented by other software
51
+
52
+
Include screenshots or video if you like to help demonstrate how you'd like this feature to work
description: Problem in a game (ie. graphical artifacts, crashes, etc.)
6
+
title: "[GAME BUG]: "
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
## Important: Read First
12
+
13
+
Please do not make support requests on GitHub. Our issue tracker is for tracking bugs and feature requests only
14
+
If you need help using the emulator or unsure about your issue please contact us on [discord](https://discord.gg/bFJxfftGW6).
15
+
16
+
You can also check the [Game Compatibility Repository](https://github.com/shadps4-emu/shadps4-game-compatibility) for the information about the status of the game.
17
+
18
+
Please make an effort to make sure your issue isn't already reported.
19
+
20
+
Do not create issues involving software piracy, our rules specifically prohibit this. Otherwise your issue will be closed and you will be banned in this repository.
21
+
- type: checkboxes
22
+
id: checklist
23
+
attributes:
24
+
label: Checklist
25
+
options:
26
+
- label: I have searched for a similar issue in this repository and did not find one.
27
+
required: true
28
+
- label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated one of those builds using its in-app updater.
29
+
required: true
30
+
- label: I have re-dumped the game and performed a clean install without mods.
31
+
required: true
32
+
- label: I have disabled all patches and cheats.
33
+
required: true
34
+
- label: I have all the required [system modules](https://github.com/shadps4-emu/shadps4-game-compatibility?tab=readme-ov-file#informations) installed.
35
+
required: true
36
+
- type: textarea
37
+
id: desc
38
+
attributes:
39
+
label: Describe the Bug
40
+
description: "A clear and concise description of what the bug is"
41
+
validations:
42
+
required: true
43
+
- type: textarea
44
+
id: repro
45
+
attributes:
46
+
label: Reproduction Steps
47
+
description: "Detailed steps to reproduce the behavior"
48
+
validations:
49
+
required: true
50
+
- type: input
51
+
id: os
52
+
attributes:
53
+
label: Specify OS Version
54
+
placeholder: "Example: Windows 11, Arch Linux, MacOS 15"
55
+
validations:
56
+
required: true
57
+
- type: input
58
+
id: cpu
59
+
attributes:
60
+
label: CPU
61
+
placeholder: "Example: Intel Core i7-8700"
62
+
validations:
63
+
required: true
64
+
- type: input
65
+
id: gpu
66
+
attributes:
67
+
label: GPU
68
+
placeholder: "Example: nVidia GTX 1650"
69
+
validations:
70
+
required: true
71
+
- type: input
72
+
id: ram
73
+
attributes:
74
+
label: Amount of RAM in GB
75
+
placeholder: "Example: 16 GB"
76
+
validations:
77
+
required: true
78
+
- type: input
79
+
id: vram
80
+
attributes:
81
+
label: Amount of VRAM in GB
82
+
placeholder: "Example: 8 GB"
83
+
validations:
84
+
required: true
85
+
- type: textarea
86
+
id: logs
87
+
attributes:
88
+
label: "Logs"
89
+
description: Attach any logs here. Log can be found by right clicking on a game name -> Open Folder... -> Open Log Folder. Make sure that the log type is set to `sync`.
Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6
+
7
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 commit comments