From 055aacd7f6e42a7693c2f722984615e0fa1a08d5 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Thu, 2 Jun 2016 10:16:52 +0900 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c9857d2..efab9cad 100644 --- a/README.md +++ b/README.md @@ -801,11 +801,14 @@ kotakanbe ([@kotakanbe](https://twitter.com/kotakanbe)) created vuls and [these # Contribute -1. Fork it -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request +1. fork a repository: github.com/future-architect/vuls to github.com/you/repo +2. get original code: go get github.com/future-architect/vuls +3. work on original code +4. add remote to your repo: git remote add myfork https://github.com/you/repo.git +5. push your changes: git push myfork +6. create a new Pull Request + +- see [GitHub and Go: forking, pull requests, and go-getting](http://blog.campoy.cat/2014/03/github-and-go-forking-pull-requests-and.html) ----