Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 700 Bytes

Contributions

Contributions are always welcome. If there is a bug or a feature that you would like to address please feel free to tackle it.

If you fork the project, take a look at Working with forks in Go which is a great article about how you can get around the importing problems that sometimes affect Go projects.

git clone https://github.com/kochie/zeit-api-go.git

cd zeit-api-go

git remote rename origin upstream

git remote add origin https://github.com/[username]/zeit-api-go

Also please run golint, gofmt, and go test before submitting a pull request. It might be useful to create a git hook for this.