| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- name: Bug Report
- description: File a bug report
- title: "[Bug] <title>"
- labels: bug
- body:
- - type: textarea
- id: issue
- attributes:
- label: Description of 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?
- 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: "Example: 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: checkboxes
- attributes:
- label: Applied Mods?
- options:
- - label: "Yes"
- 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
|