Re-add issue templates

This commit is contained in:
ME1312 2018-06-25 18:00:48 -04:00
parent fab347f4b1
commit 7490c58699
2 changed files with 31 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

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

View File

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