Remade with new template
This commit is contained in:
parent
8910a9bb56
commit
676e44b1fc
1 changed files with 44 additions and 0 deletions
44
.github/issue_template.md
vendored
Normal file
44
.github/issue_template.md
vendored
Normal file
|
@ -0,0 +1,44 @@
|
|||
## Game Name
|
||||
|
||||
#### Game Update Version : *(e.g. 1.0.0 or 1.1.3)*
|
||||
|
||||
#### Current on `master` : Commit Id *or* Build Version : *(e.g. 0a41a3ff or 1.0.1952)*
|
||||
|
||||
*Describe the current game state here.*
|
||||
|
||||
```
|
||||
Last error returned.
|
||||
e.g.: Unhandled Exception: System.NotImplementedException: /dev/nvhost-nvdec 40044801
|
||||
```
|
||||
|
||||
#### 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.*
|
||||
|
||||
*(Optional section, remove it if unneeded)*
|
||||
|
||||
#### Outstanding Issues:
|
||||
|
||||
*Add issue links here.*
|
||||
|
||||
*Example: https://github.com/Ryujinx/Ryujinx/issues/xxx (xxx = number issue)*
|
||||
|
||||
*(Optional section, remove it if unneeded)*
|
||||
|
||||
#### Screenshots :
|
||||
|
||||
*Add screenshots here if the game rendering something.*
|
||||
|
||||
*(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