mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
053259fd92
* I have updated the requirements of reporting issues inside ISSUE_TEMPLATE.md
39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
<!--
|
|
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
|
|
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
|
|
|
|
Please:
|
|
|
|
* Read the documentation to test with the latest developer build.
|
|
* Check if other person has already created the same issue to avoid duplicates. You can comment on it if there already is an issue.
|
|
* Try to be as detailed as possible in your report.
|
|
* Report only one problem per created issue.
|
|
|
|
|
|
This is a template helping you to create an issue which can be processed as quickly as possible. This is the bug reporting section for the OpenCV library.
|
|
-->
|
|
|
|
##### System information (version)
|
|
<!-- Example
|
|
- OpenCV => 3.1
|
|
- Operating System / Platform => Windows 64 Bit
|
|
- Compiler => Visual Studio 2015
|
|
-->
|
|
|
|
- OpenCV => :grey_question:
|
|
- Operating System / Platform => :grey_question:
|
|
- Compiler => :grey_question:
|
|
|
|
##### Detailed description
|
|
|
|
<!-- your description -->
|
|
|
|
##### Steps to reproduce
|
|
|
|
<!-- to add code example fence it with triple backticks and optional file extension
|
|
```.cpp
|
|
// C++ code example
|
|
```
|
|
or attach as .txt or .zip file
|
|
-->
|