Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 557 Bytes

File metadata and controls

43 lines (28 loc) · 557 Bytes

Contribution Guide

Prerequisites

Make sure following installed on your machine:

  • Go
  • Make
  • Docker

Before Create PR

Write Tests

All new code must be covered with unit tests. Please make sure you've added all necessary tests.

Run Tests

make test

Run Linter

make lint

Development inside container

Docker container contains all necessary tools for development. Just run bash in the dev container.

make bash

Makefile

To see all available make commands run

make help