Update CONTRIBUTING.md

swagger.yml was renamed to api-docs.yml 

Commit Ref: 74b0657ed2
This commit is contained in:
Jerry George 2017-01-10 19:33:07 -05:00 committed by GitHub
parent 15e1dda5cc
commit ce166eeece

View File

@ -4,7 +4,7 @@ When creating a pull-request you should:
- __Open an issue first:__ Confirm that the change or feature will be accepted
- __gofmt and vet the code:__ Use `gofmt`, `golint`, `govet` and `goimports` to clean up your code.
- __Update api documentation:__ If your pull-request adding/modifying an API request, make sure you update the swagger documentation (`swagger.yml`)
- __Update api documentation:__ If your pull-request adding/modifying an API request, make sure you update the swagger documentation (`api-docs.yml`)
# Installing dependencies