Add contribution instruction in README.

This commit is contained in:
lazywei 2013-12-17 11:31:09 +08:00
parent 0e732dded6
commit c36705181e

View file

@ -23,3 +23,10 @@ Original project (https://code.google.com/p/go-opencv) looks abandoned. Therefor
- include\opencv2 --> ${MinGWRoot}\include\opencv2 - include\opencv2 --> ${MinGWRoot}\include\opencv2
- go get code.google.com/p/go-opencv/trunk/opencv - go get code.google.com/p/go-opencv/trunk/opencv
- cd ${GoOpenCVRoot}/trunk/samples && go run hellocv.go - 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!