From a173ea36f7286348ed5d157af8eeee196b9fb661 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Mon, 27 Jan 2020 14:49:24 +0300 Subject: [PATCH] Added PR readiness checklist. --- .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 210a253113..d461389b19 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