From 5aef63b7f6fc18c1e72f755e94064c7e0e1d83f9 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Fri, 15 Nov 2019 07:42:19 -0500 Subject: [PATCH] add bug template sorry this is a mess --- .github/ISSUE_TEMPLATE/bugs.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bugs.md diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md new file mode 100644 index 0000000..a40acbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -0,0 +1,17 @@ +--- +name: "\U0001F41B Bug Report" +about: Report an issue for an image + +--- + +Please fill out the information bellow and remove from the line up +If you just submit a bug with no info I will close out your bug. +--------------- + +Panel Version: (version number) +Daemon Version: (version number) +Service: (minecraft/factorio/etc) +Docker Image: +Modified: (yes/no) (did you add or change things, this includes startup configs/install scripts/variables) + +Errors that you are experiencing: \ No newline at end of file