Skip to content

Commit 2d21d9c

Browse files
committed
Synchronized issue template with main repository.
1 parent 4ab7f82 commit 2d21d9c

File tree

1 file changed

+43
-10
lines changed

1 file changed

+43
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
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-
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.
6-
-->
7-
81
##### System information (version)
92
<!-- Example
10-
- OpenCV => 3.1
3+
- OpenCV => 4.2
114
- Operating System / Platform => Windows 64 Bit
12-
- Compiler => Visual Studio 2015
5+
- Compiler => Visual Studio 2017
136
-->
147

158
- OpenCV => :grey_question:
@@ -27,4 +20,44 @@ This is a template helping you to create an issue which can be processed as quic
2720
// C++ code example
2821
```
2922
or attach as .txt or .zip file
30-
-->
23+
-->
24+
25+
##### Issue submission checklist
26+
27+
- [ ] I report the issue, it's not a question
28+
<!--
29+
OpenCV team works with answers.opencv.org, Stack Overflow and other communities
30+
to discuss problems. Tickets with question without real issue statement will be
31+
closed.
32+
-->
33+
- [ ] I checked the problem with documentation, FAQ, open issues,
34+
answers.opencv.org, Stack Overflow, etc and have not found solution
35+
<!--
36+
Places to check:
37+
* OpenCV documentation: https://docs.opencv.org
38+
* FAQ page: https://github.com/opencv/opencv/wiki/FAQ
39+
* OpenCV forum: https://answers.opencv.org
40+
* OpenCV issue tracker: https://github.com/opencv/opencv/issues?q=is%3Aissue
41+
* OpenCV Contrib issue tracker: https://github.com/opencv/opencv_contrib/issues?q=is%3Aissue
42+
* Stack Overflow branch: https://stackoverflow.com/questions/tagged/opencv
43+
-->
44+
- [ ] I updated to latest OpenCV version and the issue is still there
45+
<!--
46+
master branch for OpenCV 4.x and 3.4 branch for OpenCV 3.x releases.
47+
OpenCV team supports only latest release for each branch.
48+
The ticket is closed, if the problem is not reproduced with modern version.
49+
-->
50+
- [ ] There is reproducer code and related data files: videos, images, onnx, etc
51+
<!--
52+
The best reproducer -- test case for OpenCV that we can add to the library.
53+
Recommendations for media files and binary files:
54+
* Try to reproduce the issue with images and videos in opencv_extra repository
55+
to reduce attachment size
56+
* Use PNG for images, if you report some CV related bug, but not image reader
57+
issue
58+
* Attach the image as archive to the ticket, if you report some reader issue.
59+
Image hosting services compress images and it breaks the repro code.
60+
* Provide ONNX file for some public model or ONNX file with with random weights,
61+
if you report ONNX parsing or handling issue. Architecture details diagram
62+
from netron tool can be very useful too. See https://lutzroeder.github.io/netron/
63+
-->

0 commit comments

Comments
 (0)