mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2024-12-22 20:25:29 +00:00
Merge pull request #4230 from Ryujinx/game-issue-template-update
Simplify and clarify game issue template
This commit is contained in:
commit
d74f78af3e
45
.github/ISSUE_TEMPLATE/game_compatibility.md
vendored
45
.github/ISSUE_TEMPLATE/game_compatibility.md
vendored
|
@ -6,47 +6,40 @@ about: Report a game's compatibility status on Ryujinx
|
|||
|
||||
## Game Name
|
||||
|
||||
#### Game Update Version : *(e.g. 1.0.0 or 1.1.3)*
|
||||
#### Game Update Version: *(e.g. 1.0.0 or 1.1.3)*
|
||||
|
||||
#### Current on `master` : Emulator Build Version : *(e.g. 1.1.202)*
|
||||
#### Emulator Build Version: *(e.g. 1.1.373)*
|
||||
|
||||
#### Graphics Backend : *(e.g. Vulkan or OpenGL)*
|
||||
#### Graphics Backend: *(e.g. Vulkan or OpenGL)*
|
||||
|
||||
*Describe the current game state here.*
|
||||
|
||||
```
|
||||
Last error returned.
|
||||
e.g.: Unhandled Exception: System.NotImplementedException: /dev/nvhost-nvdec 40044801
|
||||
```
|
||||
|
||||
#### Hardware Specs :
|
||||
#### Hardware Specs:
|
||||
|
||||
##### CPU: *(e.g. i7-6700)*
|
||||
##### GPU: *(e.g. NVIDIA RTX 2070)*
|
||||
##### RAM: *(e.g. 16GB)*
|
||||
|
||||
#### Pull requests needed :
|
||||
|
||||
*Add needed PR links here.*
|
||||
*Describe the current game state here.
|
||||
List the issues you've noticed if there are any.
|
||||
Add links to related issues from the main repository if they exist.
|
||||
Add links to pull requests that fix issues described if/when applicable.
|
||||
Add a zipped save file for easy access to any issues if needed, namely for situations that can only be accessed after several hours of gameplay.*
|
||||
|
||||
*(Optional section, remove it if unneeded)*
|
||||
```
|
||||
Last error returned.
|
||||
Add the last error in the log if there is any.
|
||||
e.g.: Unhandled Exception: System.NotImplementedException: /dev/nvhost-nvdec 40044801
|
||||
```
|
||||
|
||||
#### Outstanding Issues:
|
||||
|
||||
*Add issue links here.*
|
||||
#### Screenshots:
|
||||
|
||||
*Example: https://github.com/Ryujinx/Ryujinx/issues/xxx (xxx = number issue)*
|
||||
*Add screenshots here (preferably on windowed mode) if the game is rendering.*
|
||||
|
||||
*(Optional section, remove it if unneeded)*
|
||||
|
||||
#### Screenshots :
|
||||
#### Log file:
|
||||
|
||||
*Add screenshots here if the game rendering something.*
|
||||
*Add a log file here.
|
||||
Can be found in the logs folder, in the same directory as the Ryujinx executable, or through File > Open logs folder.*
|
||||
|
||||
*(Optional section, remove it if unneeded)*
|
||||
|
||||
#### Log file :
|
||||
|
||||
*Add a link to the log file here.*
|
||||
|
||||
*(Optional section, remove it if unneeded)*
|
||||
|
|
Loading…
Reference in a new issue