mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 05:21:18 +12:00
Create Emulation_bug_report
This commit is contained in:
parent
fb0c36f714
commit
3527c1d307
1 changed files with 76 additions and 0 deletions
76
.github/ISSUE_TEMPLATE/Emulation_bug_report
vendored
Normal file
76
.github/ISSUE_TEMPLATE/Emulation_bug_report
vendored
Normal file
|
@ -0,0 +1,76 @@
|
|||
# Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
|
||||
name: Bug Report
|
||||
description: Report a issue with the emulation (ie. graphical issue, crashes, unintended behavior with doesn't occur on hardware).
|
||||
title: "[BUG]: "
|
||||
labels: [Bug]
|
||||
body:
|
||||
- type: markdown
|
||||
id: md_readme
|
||||
attributes:
|
||||
value: |
|
||||
## Important: Read First
|
||||
|
||||
This is an issue tracker for tracking bugs and feature requests, and as such, please refrain from using it to submit support requests.
|
||||
If you need any support links are provided in the readme.md
|
||||
|
||||
### Please Avoid Issues Pertaining to the Following:
|
||||
-TO DO
|
||||
- type: textarea
|
||||
id: current_behavior
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
description: "What the bug is, in a breif decription"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected_behavior
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: "What did you expect to happen?"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: steps_to_reproduce
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: "How to reprodue the issue"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: sys_info
|
||||
attributes:
|
||||
label: System Info
|
||||
description: "Place all system Info in the box below"
|
||||
placeholder: |
|
||||
| Info | Sys Info |
|
||||
|---------------------|-----------------|
|
||||
| OS | Windows 10 |
|
||||
| CPU | AMD Ryzen 5 5900X Six-Core Processor |
|
||||
| GPU | NVIDIA GeForce RTX 3090 Ti |
|
||||
| Drivers Verison | 4.0.0 NVIDIA 512.95 |
|
||||
| Cemu Verison | 2.0 |
|
||||
value: |
|
||||
| Info | Sys Info |
|
||||
|---------------------|-----------------|
|
||||
| OS | |
|
||||
| CPU | |
|
||||
| GPU | |
|
||||
| Drivers Verison | |
|
||||
| Cemu Verison | |
|
||||
- type: textarea
|
||||
id: emulation_settings
|
||||
attributes:
|
||||
label: Emulation Settings
|
||||
description: |
|
||||
Any non-default core settings.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: logs_files
|
||||
attributes:
|
||||
label: "Logs"
|
||||
description: |
|
||||
"Log files are located in the cemu folder".
|
||||
validations:
|
||||
required: false
|
Loading…
Add table
Add a link
Reference in a new issue