From cb73ee21f8ea2987aa7402b1259afc63743e60bb Mon Sep 17 00:00:00 2001 From: delthas <1863865+delthas@users.noreply.github.com> Date: Fri, 26 Jan 2018 14:54:50 +0100 Subject: [PATCH] add a github issue template --- .github/ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..9827457 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +* **OS, Version, Architecture** *(e.g. Windows 8.1 x64)*: +* **JRE Vendor, Version** *(e.g. Oracle JDK 8u151)*: + + + +### Expected behaviour + + + +### Actual behaviour + + + +### Steps to reproduce the issue + + + +### Logs +**Add debug logs (or link to them) if reporting a bug. For that call ```Skype.setDebug(path)``` at any time before calling ```skype.connect()```.**