Ryujinx/.github/ISSUE_TEMPLATE/bug_report.yml

86 lines
2.1 KiB
YAML
Raw Normal View History

name: Bug Report
description: File a bug report
title: "[Bug]"
2023-02-09 01:52:43 +01:00
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
2023-02-09 01:52:43 +01:00
- type: input
id: cpu
attributes:
label: CPU
placeholder: "e.g. i7-6700"
2023-02-09 01:52:43 +01:00
validations:
required: false
- type: input
id: gpu
attributes:
label: GPU
placeholder: "e.g. NVIDIA RTX 2070"
2023-02-09 01:52:43 +01:00
validations:
required: false
- type: input
id: ram
attributes:
label: RAM
placeholder: "e.g. 16GB"
2023-02-09 01:52:43 +01:00
validations:
required: false
- type: textarea
2023-02-09 01:52:43 +01:00
id: mods
attributes:
2023-02-09 01:52:43 +01:00
label: List of applied mods
placeholder: You can list applied mods here.
validations:
2023-02-09 01:52:43 +01:00
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