From: Suleyman TURKMEN Date: Sat, 15 Jan 2022 02:49:38 +0000 (+0300) Subject: Update PULL_REQUEST_TEMPLATE.md and ISSUE_TEMPLATE.md X-Git-Tag: accepted/tizen/unified/20230127.161057~1^2~412^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5b3f4e1c6f929d2d2cab0a7ff29bda42e778092;p=platform%2Fupstream%2Fopencv.git Update PULL_REQUEST_TEMPLATE.md and ISSUE_TEMPLATE.md --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 505fe77..3095248 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -34,11 +34,11 @@ This is a template helping you to create an issue which can be processed as quic - [ ] I report the issue, it's not a question - [ ] I checked the problem with documentation, FAQ, open issues, - forum.opencv.org, Stack Overflow, etc and have not found solution + forum.opencv.org, Stack Overflow, etc and have not found any solution - - [ ] I updated to latest OpenCV version and the issue is still there + - [ ] I updated to the latest OpenCV version and the issue is still there - [ ] There is reproducer code and related data files: videos, images, onnx, etc diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0454d1a..5e2e911 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,9 +3,9 @@ See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [ ] I agree to contribute to the project under Apache 2 License. -- [ ] 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 -- [ ] The PR is proposed to proper branch -- [ ] There is reference to original bug report and related work +- [ ] 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 +- [ ] The PR is proposed to the proper branch +- [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake