diff options
| author | fatpigsarefat <fatpigsarefat@users.noreply.github.com> | 2018-05-25 20:16:23 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@users.noreply.github.com> | 2018-05-25 20:16:23 +0100 |
| commit | d3e34baa185abd03c9c2cb7b6c10c34fd7aeb463 (patch) | |
| tree | fb55625bbd5fe70cb9b87b16920294f66cd7bedb /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | 23f06e33714331d19bbc82a130d9cd9cdbc8f9df (diff) | |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..fd500c32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a bug report + +--- + +**Description of Error** +[please provide what is going on and what it should be doing if applicable] + +**To Reproduce** +[please provide what you were doing when the error showed] + +**Screenshots** +[if you have any screenshots, show them here] + +**Server (please complete the following information):** + - Minecraft Version: [e.g. 1.12.1] + - Mod Name: [e.g. Spigot] + +**Plugin (please complete the following information):** + - Version: [e.g. 2.0.8-beta] + +**Stacktrace** +[please see your console if there is a long error when the bug occours, if there is one present, please paste it here] |
