From b5b3f4e1c6f929d2d2cab0a7ff29bda42e778092 Mon Sep 17 00:00:00 2001 From: Suleyman TURKMEN Date: Sat, 15 Jan 2022 05:49:38 +0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md and ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 14 +++++++------- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) 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 -- 2.7.4