From 782059bffdb5f21b2233c211caaed1835ace09e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Foidl?= Date: Fri, 14 Dec 2018 16:32:31 +0100 Subject: [PATCH] Update issue templates (#30) --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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..735f744 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +### Summary + + + +### Steps to reproduce + +* Make trx report + +### What is the current *bug* behavior? + +* The trx2junit tool returns "ERROR MESSAGE" + +### What is the expected *correct* behavior? + +* The trx2junit tool returns an xml file + +### Relevant logs and/or screenshots + + + +### Further technical details +trx2junit-version: v1.2.2 +Operating system: Windows 10