Browse Source

Merge branch 'master' of https://github.com/emgucv/emgucv

pull/703/head
Canming Huang 4 years ago
parent
commit
4490954947
  1. 35
      .github/ISSUE_TEMPLATE/bug_report.md

35
.github/ISSUE_TEMPLATE/bug_report.md

@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: emgucv
---
**Describe the bug**
A clear and concise description of what the bug is.
** OS / Platform **
e.g. Windows, Mac OS, Android, iOS, Ubuntu 20.04, Raspberry Pi, or all platforms.
** .Net version **
e.g. .NetFramework 4.8, .Net Core 5, .Net 6, Xamarin Android, Xamarin iOS
**CPU Architecture**
e.g. x86_64, ARM64, x86
** Emgu CV package used**
e.g. 'libemgucv-windesktop-4.5.2.4673.zip', Emgu.CV.runtime.windows-4.5.2.4673 nuget package from nuget.org, Git commit bf999b39fcd0a0bb6a78c35772cc1493ef3c011a
**To Reproduce**
Source code to reproduce the issue. Please keep source code as small as possible, it is prefferred to contains less than 20 lines of code and we will be able to run it with installing other external libraries. If the bugs only occurs for cetrain image, please attach the image as well.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
Loading…
Cancel
Save