Skip to content

Commit 96742da

Browse files
committed
Merge pull request #2441 from asmorkalov:pr_template
2 parents a0d9138 + 460f230 commit 96742da

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
<!-- Please use this line to close one or multiple issues when this pullrequest gets merged
2-
You can add another line right under the first one:
3-
resolves #1234
4-
resolves #1235
5-
-->
1+
### Pull Request Readiness Checklist
62

7-
### This pullrequest changes
3+
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
84

9-
<!-- Please describe what your pullrequest is changing -->
5+
- [ ] I agree to contribute to the project under OpenCV (BSD) 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

0 commit comments

Comments
 (0)