1 ## OpenCV: Open Source Computer Vision Library
5 * Homepage: <http://opencv.org>
6 * Docs: <http://docs.opencv.org/master/>
7 * Q&A forum: <http://answers.opencv.org>
8 * Issue tracking: <https://github.com/opencv/opencv/issues>
12 Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
14 #### Summary of the guidelines:
16 * One pull request per issue;
17 * Choose the right base branch;
18 * Include tests and documentation;
19 * Clean up "oops" commits before submitting;
20 * Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).