Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.03 KB

CONTRIBUTION.md

File metadata and controls

29 lines (18 loc) · 1.03 KB

Contribution Guide

Pull requests, feeback/feature requests are all welcome. This guide will be updated overtime.

Build helmsman from source

To build helmsman from source, you need go:1.9+. Follow the steps below:

git clone https://github.com/gofunky/helmsman.git
go get github.com/BurntSushi/toml
go get github.com/gofunky/helmsman/gcs 
go get github.com/gofunky/helmsman/aws
TAG=$(git describe --abbrev=0 --tags)-$(date +"%s")
go build -ldflags '-X main.version='$TAG' -extldflags "-static"'

Submitting pull requests

Please make sure you state the purpose of the pull request and that the code you submit is documented. If in doubt, this guide offers some good tips on writing a PR.

Contribution to documentation

Contribution to the documentation can be done via pull requests or by openeing an issue.

Reporting issues/featuer requests

Please provide details of the issue, versions of helmsman, helm and kubernetes and all possible logs.