Contribute to Kuma
There are multiple ways to make an impact in Kuma
Community
You can join the Slack channel or the community meetings as shown in the community section.
Documentation
You can edit this documentation. Checkout the contributing documentation on how to get started.
Core Code
Most of Kuma is in Go. Checkout the contributing documentation on how to get started.
GUI Code
The UI is in Vue.js. Checkout the contributing documentation on how to get started.
Testing unreleased versions
Kuma publishes new binaries for every commit. There’s a small script to download the latest preview version:
curl -L https://kuma.io/installer.sh | VERSION=preview sh -
If you already know the version you want to test you can run:
curl -L https://kuma.io/installer.sh | VERSION=kuma-0.0.0-preview.4d3a9fd03 sh -
It outputs:
Getting release
INFO Welcome to the Kuma automated download!
INFO Kuma version: 0.0.0-preview.vbda3bc4bd
INFO Kuma architecture: amd64
INFO Operating system: darwin
INFO Downloading Kuma from: https://packages.konghq.com/public/kuma-binaries-preview/raw/names/kuma-darwin-amd64/versions/bda3bc4bd/kuma-0.0.0-preview.vbda3bc4bd-darwin-amd64.tar.gz
You then run kumactl with:
./kuma-0.0.0-preview.4d3a9fd03/bin/kumactl
Note that the version contains the commit short-hash which is useful if you open issues.