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.*