diff options
author | Alexander Harkness <me@bearbin.net> | 2020-10-02 01:20:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 01:20:10 +0200 |
commit | 89fb16fc2717f24be516d2425e415b16120d07b4 (patch) | |
tree | a4c0e4a992712cc5b3bf1b47fdcd5f287d169d17 /.github/ISSUE_TEMPLATE/issue-template.md | |
parent | moved issue template (#4956) (diff) | |
download | cuberite-89fb16fc2717f24be516d2425e415b16120d07b4.tar cuberite-89fb16fc2717f24be516d2425e415b16120d07b4.tar.gz cuberite-89fb16fc2717f24be516d2425e415b16120d07b4.tar.bz2 cuberite-89fb16fc2717f24be516d2425e415b16120d07b4.tar.lz cuberite-89fb16fc2717f24be516d2425e415b16120d07b4.tar.xz cuberite-89fb16fc2717f24be516d2425e415b16120d07b4.tar.zst cuberite-89fb16fc2717f24be516d2425e415b16120d07b4.zip |
Diffstat (limited to '.github/ISSUE_TEMPLATE/issue-template.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/issue-template.md | 27 |
1 files changed, 27 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..6c9d1b9d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,27 @@ +--- +name: Issue Template +about: Report a bug, feature request or another sort of issue +title: '' +labels: '' +assignees: '' + +--- + +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 +``` |