| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- name: Bug Report
- description: File a bug report
- title: "[Bug]"
- labels: bug
- body:
- - type: textarea
- id: issue
- attributes:
- label: Description of the issue
- description: What's the issue you encountered?
- validations:
- required: true
- - type: textarea
- id: repro
- attributes:
- label: Reproduction steps
- description: How can the issue be reproduced?
- placeholder: Describe each step as precisely as possible
- validations:
- required: true
- - type: textarea
- id: log
- attributes:
- label: Log file
- description: A log file will help our developers to better diagnose and fix the issue.
- placeholder: Logs files can be found under "Logs" folder in Ryujinx program folder. You can drag and drop the log on to the text area
- validations:
- required: true
- - type: input
- id: os
- attributes:
- label: OS
- placeholder: "e.g. Windows 10"
- validations:
- required: true
- - type: input
- id: ryujinx-version
- attributes:
- label: Ryujinx version
- placeholder: "e.g. 1.0.470"
- validations:
- required: true
- - type: input
- id: game-version
- attributes:
- label: Game version
- placeholder: "e.g. 1.1.1"
- validations:
- required: false
- - type: input
- id: cpu
- attributes:
- label: CPU
- placeholder: "e.g. i7-6700"
- validations:
- required: false
- - type: input
- id: gpu
- attributes:
- label: GPU
- placeholder: "e.g. NVIDIA RTX 2070"
- validations:
- required: false
- - type: input
- id: ram
- attributes:
- label: RAM
- placeholder: "e.g. 16GB"
- validations:
- required: false
- - type: textarea
- id: mods
- attributes:
- label: List of applied mods
- placeholder: You can list applied mods here.
- validations:
- required: false
- - type: textarea
- id: additional-context
- attributes:
- label: Additional context?
- description: |
- - Additional info about your environment:
- - Any other information relevant to your issue.
- validations:
- required: false
|