Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 626 Bytes

Contributing

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

Setup your machine

This project is written in Go.

Prerequisites:

  • Go 1.13+
  • make

Fork and clone this repository.

Install modules:

make get

A good way of making sure everything is all right is running the following:

make build

Test your change

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

make lint
make test

Submit a pull request

Push your branch to your fork and open a pull request against the develop branch.