diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..0dfd8437 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,17 @@ +--- +name: Bug Report +about: Report an issue with SubServers + +--- + +### Platform Information +Paste in the version information from the SubServers app in question here. To get this info, run the `/sub version` command where applicable or launch SubServers with the `-v` argument. Make sure the app name matches the one you are reporting this bug for. + +### What Happened +Here you can write about what happened that shouldn't have. If you have any errors in your console related to what happened, you should also paste those here. + +### How It Happened +Tell us step-by-step how to recreate the problem. This step is vital for us to determine whether or not the problem happens to everyone else too. + +### Additional Information +Here you can provide any extra details you may think useful for solving the problem. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..1bb03a53 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,14 @@ +--- +name: Feature Request +about: Suggest something to add to SubServers + +--- + +### What Should Be Added +Describe what you'd like to see added here. + +### Why It Should be Added +Tell us why you think it should be added. Be sure to include reasons why everyone else would find it useful as well. + +### What's The Alternative +Describe alternative methods that may already exist right now that accomplish the same goal, and why they suck.