Skip to content

Commit 43f3c2f

Browse files
committed
Merge pull request #3160 from sturkmen72:upd_templates
2 parents d9e7008 + 64a639e commit 43f3c2f

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
If you have a question rather than reporting a bug please go to https://forum.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+
18
##### System information (version)
29
<!-- Example
310
- OpenCV => 4.2
@@ -26,26 +33,25 @@
2633

2734
- [ ] I report the issue, it's not a question
2835
<!--
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
36+
OpenCV team works with forum.opencv.org, Stack Overflow and other communities
37+
to discuss problems. Tickets with questions without a real issue statement will be
3138
closed.
3239
-->
3340
- [ ] I checked the problem with documentation, FAQ, open issues,
34-
answers.opencv.org, Stack Overflow, etc and have not found solution
41+
forum.opencv.org, Stack Overflow, etc and have not found any solution
3542
<!--
3643
Places to check:
3744
* OpenCV documentation: https://docs.opencv.org
3845
* FAQ page: https://github.com/opencv/opencv/wiki/FAQ
39-
* OpenCV forum: https://answers.opencv.org
46+
* OpenCV forum: https://forum.opencv.org
4047
* 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
4248
* Stack Overflow branch: https://stackoverflow.com/questions/tagged/opencv
4349
-->
44-
- [ ] I updated to latest OpenCV version and the issue is still there
50+
- [ ] I updated to the latest OpenCV version and the issue is still there
4551
<!--
4652
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.
53+
OpenCV team supports only the latest release for each branch.
54+
The ticket is closed if the problem is not reproduced with the modern version.
4955
-->
5056
- [ ] There is reproducer code and related data files: videos, images, onnx, etc
5157
<!--
@@ -55,9 +61,9 @@
5561
to reduce attachment size
5662
* Use PNG for images, if you report some CV related bug, but not image reader
5763
issue
58-
* Attach the image as archive to the ticket, if you report some reader issue.
64+
* Attach the image as an archive to the ticket, if you report some reader issue.
5965
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,
66+
* Provide ONNX file for some public model or ONNX file with random weights,
6167
if you report ONNX parsing or handling issue. Architecture details diagram
6268
from netron tool can be very useful too. See https://lutzroeder.github.io/netron/
6369
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
44

55
- [ ] I agree to contribute to the project under Apache 2 License.
6-
- [ ] To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
7-
- [ ] The PR is proposed to proper branch
8-
- [ ] There is reference to original bug report and related work
6+
- [ ] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
7+
- [ ] The PR is proposed to the proper branch
8+
- [ ] There is a reference to the original bug report and related work
99
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
1010
Patch to opencv_extra has the same branch name.
1111
- [ ] The feature is well documented and sample code can be built with the project CMake

0 commit comments

Comments
 (0)