Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 592 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 592 Bytes

Contributing Guide

Style Guide

Code format

Mergi uses gofmt to format the code, you must use gofmt to format your code before submitting.

linter

Mergi recommend using golint or gometalinter to check your code format.

Build

Make sure that this folder is in GOPATH, then:

$ go build ./cmd/mergi

Mergi needs you ! :)