diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..1405ccce8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | name: Bug Report | ||
| 2 | description: File a bug report | ||
| 3 | body: | ||
| 4 | - type: markdown | ||
| 5 | attributes: | ||
| 6 | value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu. | ||
| 7 | - type: checkboxes | ||
| 8 | attributes: | ||
| 9 | label: Is there an existing issue for this? | ||
| 10 | description: Please search to see if an issue already exists for the bug you encountered. | ||
| 11 | options: | ||
| 12 | - label: I have searched the existing issues | ||
| 13 | required: true | ||
| 14 | - type: input | ||
| 15 | attributes: | ||
| 16 | label: Affected Build(s) | ||
| 17 | description: List the affected build(s) that this issue applies to. | ||
| 18 | placeholder: Mainline 1234 / Early Access 1234 | ||
| 19 | validations: | ||
| 20 | required: true | ||
| 21 | - type: textarea | ||
| 22 | id: issue-desc | ||
| 23 | attributes: | ||
| 24 | label: Description of Issue | ||
| 25 | description: A brief description of the issue encountered along with any images and/or videos. | ||
| 26 | validations: | ||
| 27 | required: true | ||
| 28 | - type: textarea | ||
| 29 | id: expected-behavior | ||
| 30 | attributes: | ||
| 31 | label: Expected Behavior | ||
| 32 | description: A brief description of how it is expected to work along with any images and/or videos. | ||
| 33 | validations: | ||
| 34 | required: true | ||
| 35 | - type: textarea | ||
| 36 | id: reproduction-steps | ||
| 37 | attributes: | ||
| 38 | label: Reproduction Steps | ||
| 39 | description: A brief explanation of how to reproduce this issue. If possible, provide a save file to aid in reproducing the issue. | ||
| 40 | validations: | ||
| 41 | required: true | ||
| 42 | - type: textarea | ||
| 43 | id: log | ||
| 44 | attributes: | ||
| 45 | label: Log File | ||
| 46 | description: A log file will help our developers to better diagnose and fix the issue. | ||
| 47 | validations: | ||
| 48 | required: true | ||
| 49 | - type: textarea | ||
| 50 | id: system-config | ||
| 51 | attributes: | ||
| 52 | label: System Configuration | ||
| 53 | placeholder: | | ||
| 54 | CPU: Intel i5-10400 / AMD Ryzen 5 3600 | ||
| 55 | GPU/Driver: NVIDIA GeForce GTX 1060 (Driver 512.95) | ||
| 56 | RAM: 16GB DDR4-3200 | ||
| 57 | OS: Windows 11 22H2 (Build 22621.819) | ||
| 58 | value: | | ||
| 59 | CPU: | ||
| 60 | GPU/Driver: | ||
| 61 | RAM: | ||
| 62 | OS: | ||
| 63 | validations: | ||
| 64 | required: true | ||