From 8d196e1e6dbec65a48d759646ee8faf2b8a1e4e5 Mon Sep 17 00:00:00 2001 From: Alexey Moskalev Date: Wed, 12 Aug 2020 13:16:22 +0300 Subject: [PATCH] Update issue templates removing wrong templates --- .github/ISSUE_TEMPLATE/issue---bug.md | 53 --------------------------- 1 file changed, 53 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/issue---bug.md diff --git a/.github/ISSUE_TEMPLATE/issue---bug.md b/.github/ISSUE_TEMPLATE/issue---bug.md deleted file mode 100644 index 8efe7051010..00000000000 --- a/.github/ISSUE_TEMPLATE/issue---bug.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -name: Issue - bug -about: Create a report to help us improve -title: "[Bug]" -labels: bug -assignees: '' - ---- - -##### System information (version) - - -- OpenVINO=> :grey_question: -- Operating System / Platform => :grey_question: -- Compiler => :grey_question: - -##### Detailed description - - - -##### Steps to reproduce - - - -##### Issue submission checklist - - - [ ] I report the issue, it's not a question - - - [ ] I checked the problem with documentation, FAQ, open issues, Stack Overflow, etc and have not found solution - - - [ ] There is reproducer code and related data files: images, models, onnx, etc -