Add contributing page for Github

This commit is contained in:
Andrey Kamaev 2013-04-15 16:57:58 +04:00
parent 2ae3ab11e3
commit ecf28cc21e

11
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,11 @@
We greatly appreciate your support and contributions and they are always welcomed!
Github pull requests are the convenient way to contribute to OpenCV project. Good pull requests have all of these attributes:
* Are scoped to one specific issue
* Include a test to demonstrate the correctness
* Update the docs if relevant
* Match the [coding style guidelines](http://code.opencv.org/projects/opencv/wiki/CodingStyleGuide)
* Don't messed by "oops" commits
You can find more detailes about contributing process on http://opencv.org/contribute.html