Semaphore/CONTRIBUTING.md
2016-04-29 15:58:17 +02:00

624 B

Pull Requests

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)

Installing dependencies

go get -u ./...
go get -u github.com/jteeuwen/go-bindata/...
go get github.com/mitchellh/gox
npm install -g nodemon less jade

Running in development

# edit config.json file
./make.sh watch