From a8137b5e991e59b4a7a135373180ce7af0b8deb0 Mon Sep 17 00:00:00 2001 From: tastybento Date: Mon, 28 Jan 2019 10:43:16 -0800 Subject: [PATCH] Create support template --- .github/ISSUE_TEMPLATE/support.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000..df7ed64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,24 @@ +--- +name: Support request +about: Request for help + +--- + +**Description** +A clear and concise description of what your problem is. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Server Information:** + +[Please complete the following information:] + - Database being used (Flat file, MySQL, Mongo): [] + - OS: [e.g. iOS] + - Java Version: [e.g. Java 8] + - BentoBox version: [e.g. 1.7.2.21] + - Addons installed? [Do '/bentobox version' and copy/paste from the console] + - Other plugins? [Do '/plugins' and copy/paste from the console] + +**Additional context** +Add any other context about the problem here.