From 091b993be59f886c5143b23602079e4ca42de4f3 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Sun, 21 Oct 2018 13:13:11 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9c380ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Environment:** + - OS: [e.g. Ubuntu 18.10 or Windows 10] + - Java version [e.g. Oracle Java 8] + - usb4java version [e.g. 1.3.0] + +**Bug description** +A clear and concise description of what the bug is. + +**Reproduction** +Java code example showing how to reproduce the error. + +**Expected behavior** +A clear and concise description of what you expected to happen.