From 533fb39ab69c7246b53824ecfecdd234b960a26e Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Tue, 16 Oct 2018 12:45:13 -0700 Subject: [PATCH] Improve issue template Inspired by https://github.com/OpenRCT2/OpenRCT2/blob/develop/.github/ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 54 +++++++++++++++++++++++++++++++++++++++ ISSUE_TEMPLATE.md | 49 ----------------------------------- 2 files changed, 54 insertions(+), 49 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..da2273a33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,54 @@ + +## Description + + + + +## Steps to reproduce + + + + +## Configuration + + +STK release version: + + +STK Source (PPA, distribution package, official binary, etc.): + +System: + +Graphics card: + +CPU: + +Gamepads/keyboards models if related to the issue: + +## Additional information + +stdout.log: +``` + +``` + + +input.xml: +```xml + +``` + + +Error message: +``` + +``` diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 6e6c8a01d..000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,49 +0,0 @@ -## Description - -Provide a description of your issue. -For any suggestions, please address them on the [forum](https://forum.freegamedev.net/viewforum.php?f=16). - -## Steps to reproduce - -## Configuration - -STK release version: - -STK Source (ppa, distribution package, official bin,...): -If you did not download STK from the official website, please specify where you got it: - -System: - -Graphics card: - -CPU: - -Gamepads/keyboards models if related to the issue: - -## Additional information - -Please provide stdout.log, it is located in - -* %appdata%\supertuxkart\0.8.2 (windows) -* ~/Library/Application Support/supertuxkart/0.8.2 (mac) -* $XDG_CONFIG_HOME/supertuxkart/0.8.2 or ~/.config/supertuxkart/0.8.2 (linux, and other unix based systems) - -stdout.log -``` - -``` - -If your issue is related to the input config (gamepads, keyboards), please provide your file input.xml located in the same directory as stdout.log. - -input.xml -```xml - -``` - - -If an error message was shown, please copy paste the complete error message or a screenshot of it. - -error -``` - -```