From a493cbf59d44e49b3449e1cebe1033699b7b65f1 Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Fri, 15 Dec 2017 21:48:58 +0100 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..9d74ed5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +[Please search for tickets with the same issues as yours first before reporting!] + +#### Plugin Version +[The full plugin version that you are running from /version ChestShop] +  +#### Plugin Config +[The full config.yml file of ChestShop] +  +#### Server Version +[The full server version that you are running from /version] +  +#### Server Log +[The full latest.log file] + +#### What other plugins are you running? +[List of your plugins, ideally with the version]  + +#### What is happening? +[Explain what happens and what steps should be done to reproduce the issue. Ideally with pictures and the full error log!]  + +#### What did you expect to happen? +[Explain what you expected to happen after performing the previously described steps] + +Please provide any additional info below +[And delete the lines in square brackets] \ No newline at end of file