From 8ebce16eb1fe0a38198274991e0caa1dc288fa5d Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Tue, 18 Aug 2015 14:57:16 +0200 Subject: [PATCH] add contributions guidelines --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..1e13c8996 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +## Contributing guidelines + +All guidelines for contributing to the OpenCV repository can be found at [`How to contribute guideline`](https://github.com/Itseez/opencv/wiki/How_to_contribute).