io.github.lime3ds.Lime3DS/.github/ISSUE_TEMPLATE/bug-report.yml

40 lines
1.5 KiB
YAML
Raw Normal View History

2024-04-04 17:22:56 +00:00
name: Bug Report
labels: ["bug"]
description: 'Please use this template if you encountered rendering issues or glitches (not a crash or freeze)'
body:
- type: input
attributes:
label: Lime3DS Version
description: 'The version of Lime3DS you were using when the issue happened (can be found on the title bar)'
- type: textarea
attributes:
label: Description
description: 'Please describe what happened?'
placeholder: |
- Which game is this?
- Does this issue also happen in the AppImage version?
- What were you doing when the issue happened?
validations:
required: true
- type: textarea
attributes:
label: System Information
description: 'If possible, install `inxi`, run `inxi -v3` on your system and paste the output here'
render: 'bash session'
validations:
required: false
- type: textarea
attributes:
label: Logs
description: |
Please attach the Lime3DS log file here (how to obtain it: https://web.archive.org/web/20240229211203/https://community.citra-emu.org/t/how-to-upload-the-log-file/296) #TODO: Update this URL when the Lime3DS website is finished
Please **avoid pasting the log** into this box. Instead, use the __file upload__ function to attach the file.
validations:
required: true
- type: textarea
attributes:
label: Remarks
description: 'Do you have something notable to mention? Anything that will give us more context about this issue?'
validations:
required: false