Merge pull request #828 from tim36272:patch-1
[platform/upstream/opencv.git] / CONTRIBUTING.md
1 We greatly appreciate your support and contributions and they are always welcomed!
2
3 Github pull requests are the convenient way to contribute to OpenCV project. Good pull requests have all of these attributes:
4
5 * Are scoped to one specific issue
6 * Include a test to demonstrate the correctness
7 * Update the docs if relevant
8 * Match the [coding style guidelines](http://code.opencv.org/projects/opencv/wiki/CodingStyleGuide)
9 * Don't messed by "oops" commits
10
11 You can find more detailes about contributing process on http://opencv.org/contribute.html