From c36705181e5d1521556ba796785a20588d033665 Mon Sep 17 00:00:00 2001 From: lazywei Date: Tue, 17 Dec 2013 11:31:09 +0800 Subject: [PATCH] Add contribution instruction in README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 73b4b49..9768fc3 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,10 @@ Original project (https://code.google.com/p/go-opencv) looks abandoned. Therefor - include\opencv2 --> ${MinGWRoot}\include\opencv2 - go get code.google.com/p/go-opencv/trunk/opencv - cd ${GoOpenCVRoot}/trunk/samples && go run hellocv.go + +## Contribute + +- Fork this repo +- Create new feature branch, `git checkout -b your-feature-branch` +- Commit your change and push it to your repo `git commit -m 'new feature'; git push origin your-feature-branch` +- Open pull request!