From 676e44b1fc20a0785982c28a0e4586befafa160b Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 15 Jun 2020 06:46:19 -0600 Subject: [PATCH] Remade with new template --- .github/issue_template.md | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..bca129c --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,44 @@ +## Game Name + +#### Game Update Version : *(e.g. 1.0.0 or 1.1.3)* + +#### Current on `master` : Commit Id *or* Build Version : *(e.g. 0a41a3ff or 1.0.1952)* + +*Describe the current game state here.* + +``` +Last error returned. +e.g.: Unhandled Exception: System.NotImplementedException: /dev/nvhost-nvdec 40044801 +``` + +#### Hardware Specs : + +##### CPU: *(e.g. i7-6700)* +##### GPU: *(e.g. NVIDIA RTX 2070)* +##### RAM: *(e.g. 16GB)* + +#### Pull requests needed : + +*Add needed PR links here.* + +*(Optional section, remove it if unneeded)* + +#### Outstanding Issues: + +*Add issue links here.* + +*Example: https://github.com/Ryujinx/Ryujinx/issues/xxx (xxx = number issue)* + +*(Optional section, remove it if unneeded)* + +#### Screenshots : + +*Add screenshots here if the game rendering something.* + +*(Optional section, remove it if unneeded)* + +#### Log file : + +*Add a link to the log file here.* + +*(Optional section, remove it if unneeded)*