Add contribution instruction in README.
This commit is contained in:
parent
0e732dded6
commit
c36705181e
1 changed files with 7 additions and 0 deletions
|
|
@ -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!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue