From 3527c1d3079e49102485336cb72a8d53039810b9 Mon Sep 17 00:00:00 2001 From: Triticum0 <71127352+Triticum0@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:44:27 +0100 Subject: [PATCH] Create Emulation_bug_report --- .github/ISSUE_TEMPLATE/Emulation_bug_report | 76 +++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Emulation_bug_report diff --git a/.github/ISSUE_TEMPLATE/Emulation_bug_report b/.github/ISSUE_TEMPLATE/Emulation_bug_report new file mode 100644 index 00000000..6832db4b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Emulation_bug_report @@ -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