2023-01-27 18:23:55 +00:00
name : Bug Report
description : File a bug report
2023-02-14 14:58:57 +00:00
title : "[Bug]"
2023-02-09 00:52:43 +00:00
labels : bug
2023-01-27 18:23:55 +00:00
body :
- type : textarea
id : issue
attributes :
2023-02-14 14:58:57 +00:00
label : Description of the issue
2023-01-27 18:23:55 +00:00
description : What's the issue you encountered?
validations :
required : true
- type : textarea
id : repro
attributes :
2023-02-14 14:58:57 +00:00
label : Reproduction steps
2023-01-27 18:23:55 +00:00
description : How can the issue be reproduced?
2023-02-14 14:58:57 +00:00
placeholder : Describe each step as precisely as possible
2023-01-27 18:23:55 +00:00
validations :
required : true
- type : textarea
id : log
attributes :
2023-02-14 14:58:57 +00:00
label : Log file
2023-01-27 18:23:55 +00:00
description : A log file will help our developers to better diagnose and fix the issue.
2024-09-24 10:10:36 +01:00
placeholder : Logs files can be found under "Logs" folder in Ryujinx program folder. They can also be accessed by opening Ryujinx, then going to File > Open Logs Folder. You can drag and drop the log on to the text area (do not copy paste).
2023-01-27 18:23:55 +00:00
validations :
required : true
- type : input
id : os
attributes :
label : OS
2023-02-14 14:58:57 +00:00
placeholder : "e.g. Windows 10"
2023-01-27 18:23:55 +00:00
validations :
required : true
- type : input
id : ryujinx-version
attributes :
label : Ryujinx version
2023-02-14 14:58:57 +00:00
placeholder : "e.g. 1.0.470"
2023-01-27 18:23:55 +00:00
validations :
required : true
- type : input
id : game-version
attributes :
label : Game version
2023-02-14 14:58:57 +00:00
placeholder : "e.g. 1.1.1"
2023-01-27 18:23:55 +00:00
validations :
required : false
2023-02-09 00:52:43 +00:00
- type : input
id : cpu
attributes :
label : CPU
2023-02-14 14:58:57 +00:00
placeholder : "e.g. i7-6700"
2023-02-09 00:52:43 +00:00
validations :
required : false
- type : input
id : gpu
attributes :
label : GPU
2023-02-14 14:58:57 +00:00
placeholder : "e.g. NVIDIA RTX 2070"
2023-02-09 00:52:43 +00:00
validations :
required : false
- type : input
id : ram
attributes :
label : RAM
2023-02-14 14:58:57 +00:00
placeholder : "e.g. 16GB"
2023-02-09 00:52:43 +00:00
validations :
required : false
2023-01-27 18:23:55 +00:00
- type : textarea
2023-02-09 00:52:43 +00:00
id : mods
2023-01-27 18:23:55 +00:00
attributes :
2023-02-09 00:52:43 +00:00
label : List of applied mods
placeholder : You can list applied mods here.
2023-01-27 18:23:55 +00:00
validations :
2023-02-09 00:52:43 +00:00
required : false
2023-01-27 18:23:55 +00:00
- type : textarea
id : additional-context
attributes :
label : Additional context?
description : |
- Additional info about your environment :
- Any other information relevant to your issue.
validations :
2024-09-24 10:10:36 +01:00
required : false