# 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](https://github.com/golang/go) installation. ### ASDF As multiple languages are required for this project it is recommended to use some kind of version manager like [asdf](https://github.com/asdf-vm/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.