Merge remote-tracking branch 'upstream/3.4' into merge-3.4
[platform/upstream/opencv.git] / .github / ISSUE_TEMPLATE.md
1 <!--
2 If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
3 If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
4
5 Please:
6
7 * Read the documentation to test with the latest developer build.
8 * Check if other person has already created the same issue to avoid duplicates. You can comment on it if there already is an issue.
9 * Try to be as detailed as possible in your report.
10 * Report only one problem per created issue.
11
12
13 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.
14 -->
15
16 ##### System information (version)
17 <!-- Example
18 - OpenCV => 3.1
19 - Operating System / Platform => Windows 64 Bit
20 - Compiler => Visual Studio 2015
21 -->
22
23 - OpenCV => :grey_question:
24 - Operating System / Platform => :grey_question:
25 - Compiler => :grey_question:
26
27 ##### Detailed description
28
29 <!-- your description -->
30
31 ##### Steps to reproduce
32
33 <!-- to add code example fence it with triple backticks and optional file extension
34     ```.cpp
35     // C++ code example
36     ```
37  or attach as .txt or .zip file
38 -->