From ecf28cc21e2802f6db82af150d34d1f504988554 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Mon, 15 Apr 2013 16:57:58 +0400 Subject: [PATCH] Add contributing page for Github --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..8fc54b1b8e --- /dev/null +++ b/CONTRIBUTING.md @@ -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 \ No newline at end of file -- GitLab