Support gstreamer as a backend of videoio module
[platform/upstream/opencv.git] / .github / PULL_REQUEST_TEMPLATE.md
1 ### Pull Request Readiness Checklist
2
3 See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
4
5 - [ ] 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
9 - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
10       Patch to opencv_extra has the same branch name.
11 - [ ] The feature is well documented and sample code can be built with the project CMake