Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 612 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 612 Bytes

How to Contribute

  1. Fork it ( https://github.com/szyn/mog )
  2. Create your feature branch (git checkout -b my-awesome-feature)
  3. Commit your changes (git commit -am 'Add awesome feature')
  4. Rebase your local changes against the master branch
  5. Push to the branch (git push origin my-awesome-feature)
  6. Run test suite with the go test $(glide novendor) command and confirm that it passes
  7. Run gofmt -s
  8. Create new Pull Request

Development

Requirement

  • Docker 1.13 or later

build

$ docker build -t mog-dev .
$ docker run --rm -v ${PWD}:/go/src/github.com/szyn/mog mog-dev