Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 559 Bytes

contributing.md

File metadata and controls

19 lines (11 loc) · 559 Bytes

Contributing

This document will tell you how to get the project up and running as smoothly as possible.

Prerequisites

Go

In order to modify the code you need a working Go installation.

ASDF

As multiple languages are required for this project it is recommended to use some kind of version manager like asdf.

Makefile

The Makefile provides common targets in order to lint, test and build your code. Please make sure, that you execute those targets, before creating a PR.