From fd161d20edc72e9670ffe97610b67746fc5422d3 Mon Sep 17 00:00:00 2001 From: Sergey Kosov Date: Fri, 19 Oct 2018 14:19:33 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 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 00000000..8c86d74f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + + + +**System information (version):** +- DGM: [e.g. 1.6.0] +- OpenCV: [e.g. 3.4] +- OS: [e.g. Windows 10 64bit] +- Compiler: [e.g. Visual Studio 2017] + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +Steps to reproduce the behavior + + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional context** +Add any other context about the problem here.