remove contributing section

This commit is contained in:
Itay Shakury 2019-10-15 09:05:34 +03:00 committed by GitHub
parent ab8b4fd568
commit 78d448d53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,16 +23,5 @@ Usage of vuln-list-update:
## Cron status
https://travis-ci.org/aquasecurity/vuln-list-update
## Contribute
1. fork a repository: github.com/aquasecurity/vuln-list-update to github.com/you/repo
2. get original code: `go get github.com/aquasecurity/vuln-list-update`
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)
## Author
Teppei Fukuda (knqyf263)