diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-11-19 22:29:59 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-11-19 23:41:26 +0100 |
commit | 975e17aa133ba939507f2f16910ed21dea15bb66 (patch) | |
tree | 78e54ee7ba75da1108847ffcc5d1c1e632a0be63 | |
parent | Merge pull request #9254 from FernandoS27/auto-cpu-fix (diff) | |
download | yuzu-975e17aa133ba939507f2f16910ed21dea15bb66.tar yuzu-975e17aa133ba939507f2f16910ed21dea15bb66.tar.gz yuzu-975e17aa133ba939507f2f16910ed21dea15bb66.tar.bz2 yuzu-975e17aa133ba939507f2f16910ed21dea15bb66.tar.lz yuzu-975e17aa133ba939507f2f16910ed21dea15bb66.tar.xz yuzu-975e17aa133ba939507f2f16910ed21dea15bb66.tar.zst yuzu-975e17aa133ba939507f2f16910ed21dea15bb66.zip |
-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 @@ +name: Bug Report +description: File a bug report +body: + - type: markdown + attributes: + 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. + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: input + attributes: + label: Affected Build(s) + description: List the affected build(s) that this issue applies to. + placeholder: Mainline 1234 / Early Access 1234 + validations: + required: true + - type: textarea + id: issue-desc + attributes: + label: Description of Issue + description: A brief description of the issue encountered along with any images and/or videos. + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: A brief description of how it is expected to work along with any images and/or videos. + validations: + required: true + - type: textarea + id: reproduction-steps + attributes: + label: Reproduction Steps + description: A brief explanation of how to reproduce this issue. If possible, provide a save file to aid in reproducing the issue. + 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. + validations: + required: true + - type: textarea + id: system-config + attributes: + label: System Configuration + placeholder: | + CPU: Intel i5-10400 / AMD Ryzen 5 3600 + GPU/Driver: NVIDIA GeForce GTX 1060 (Driver 512.95) + RAM: 16GB DDR4-3200 + OS: Windows 11 22H2 (Build 22621.819) + value: | + CPU: + GPU/Driver: + RAM: + OS: + validations: + required: true |