Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 964 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (21 loc) · 964 Bytes

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.

To begin contributing:

Get the code

go get github.com/fossapps/pushy

Get dependencies:

go get -t ./...

Make sure the tests pass:

go test

Make your change. Add tests for your change. Make the tests & lint pass:

go test && go lint

Push to your fork and submit a pull request.

At this point you're waiting on me. I'll try to respond as soon as I can.

Some things that will increase the chance that your pull request is accepted: