From df624afedc90f3763bcc10d5cd9fc20e34a3a70f Mon Sep 17 00:00:00 2001 From: WizzleBear <123ismellpee@gmail.com> Date: Mon, 17 Dec 2018 17:10:51 -0500 Subject: [PATCH] Issue Templates (#375) --- .github/ISSUE_TEMPLATE/feature.md | 14 ++++++++ .github/ISSUE_TEMPLATE/help.md | 9 ++++++ .../ISSUE_TEMPLATE/issue.md | 32 +++++++++++++------ 3 files changed, 45 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/help.md rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/issue.md (60%) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..0bade21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,14 @@ +--- +name: Feature Request +about: Have an idea you want to see added? Post it here! + +--- + +### Idea +*Tell us what you want!* + + +### Details +*Give some more information so we can get an idea.* diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md new file mode 100644 index 0000000..25dc6de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help.md @@ -0,0 +1,9 @@ +--- +name: Questions +about: Check the wiki, https://github.com/drtshock/PlayerVaults/Wiki, or go to our Discord, https://discord.gg/F7gexAQ for questions! + +--- + diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/issue.md similarity index 60% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/issue.md index c7404a7..30038d4 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -1,18 +1,16 @@ -PlayerVaultsX version (run `/version playervaults`): +--- +name: Issue +about: Having a problem? Use this template! -Server software (run `/version`): - -Server (`logs/latest.log`): - -Details: - - +### PlayerVaultsX Version +*Run `/version playervaults` and give us your output.* + + +### Server Version +*Run `/version` and give us your output.* + + +### Logs +*Give use your logs by going to `logs/latest.log`.* + + +### Details +*Please explain the problem.*