Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

48 lines (31 loc) · 855 Bytes

Contributing

By participating to this project, you agree to abide our code of conduct.

Setup your machine

go-tvtime is written in Go.

Prerequisites are:

Clone go-tvtime from source into $GOPATH:

$ go get github.com/Sh4d1/go-tvtime
$ cd $GOPATH/src/github.com/Sh4d1/go-tvtime

Install the build and lint dependencies:

$ make setup

Test your change

You can create a branch for your changes and try to build from the source as you go:

$ go build

When you are satisfied with the changes, we suggest you run:

$ make ci

Which runs all the linters and tests.

Submit a pull request

Push your branch to your go-tvtime fork and open a pull request against the master branch.