diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..02a385505 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +Client version: x.x.x +Server OS: Windows/Linux/macOS/BSD/... +Cuberite Commit id: (Found at the top of the server's console output) + + +### Expected behavior + + +### Actual behavior + + +### Steps to reproduce the behavior + + +### Server log +``` +Relevant part of server log +``` |