From 3b2bd7047a0108a510a7a92b4151411917163bea Mon Sep 17 00:00:00 2001 From: Ac_K Date: Fri, 9 Nov 2018 17:17:32 +0100 Subject: [PATCH] Create issue_template.md --- .github/issue_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..39a1d0d --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,26 @@ +## GAME NAME + +#### Current on `master`: + +*Describe the current game state here.* + +``` +Last error returned. +e.g.: Unhandled Exception: System.NotImplementedException: /dev/nvhost-nvdec 40044801 +``` + +#### How to fix: + +*Describe what implementations/changes have made to fix issues here.* + +#### Pull requests needed: + +*Add needed PR links here.* + +#### Screenshots: + +*Add screenshots here if the game rendering something.* + +#### Log File: + +*Add a link to the log file here. (optionnal)*