From fe58a0f4bdde421c74b52b4f4217da4b61db5c63 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Fri, 20 Jul 2018 20:24:52 -0400 Subject: [PATCH] issue template changes --- .github/ISSUE_TEMPLATE/bugs.md | 18 ++++++++++++++++++ .github/{ => ISSUE_TEMPLATE}/issue_template.md | 0 .github/ISSUE_TEMPLATE/request.md | 11 +++++++++++ 3 files changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bugs.md rename .github/{ => ISSUE_TEMPLATE}/issue_template.md (100%) create mode 100644 .github/ISSUE_TEMPLATE/request.md diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md new file mode 100644 index 00000000..699fe823 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -0,0 +1,18 @@ +--- +name: "\U0001F41B Bug Report" +about: Create a report for an egg + +--- + +Please fill out the information bellow and remove from the line up +--------------- +Panel Version: (version number) +Daemon Version: (version number) +Service: (minecraft/factorio/etc) +Modified: (yes/no) (did you add or change things, this includes startup configs/install scripts/variables) + +Expected Behavior: + +Actual Behavior: + +Steps to Reproduce: (Step by step what to do to cause the issue) \ No newline at end of file diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md similarity index 100% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/request.md b/.github/ISSUE_TEMPLATE/request.md new file mode 100644 index 00000000..80efda55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request.md @@ -0,0 +1,11 @@ +--- +name: "\U0001F3AE Game Request" +about: Suggest an game to build an egg for + +--- + +Please fill out the information bellow and remove from the line up +--------------- +Service: (Ex. minecraft/factorio/etc) + +Link to game: (Ex. minecraft.net/factorio.com/etc) \ No newline at end of file