From 460f2306f472cb23a7f15063504bbdd47a969dd3 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 28 Feb 2020 08:57:31 +0300 Subject: [PATCH] Synchronized PR template with core reposiotry. --- .github/PULL_REQUEST_TEMPLATE.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 210a253113c..d461389b198 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,11 @@ - +### Pull Request Readiness Checklist -### This pullrequest changes +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 OpenCV (BSD) 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 +- [ ] 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