Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 367 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 367 Bytes

Git Flow for Dev Work

Install go 1.18

Fork the project on github and install golang

go get github.com/asobti/kube-monkey
git remote rename origin upstream
git remote add origin https://github.com/<YOURUSERNAME>/kube-monkey
git checkout --track -b feature/branchname

Then code & stuff.

Make sure to test your branch from scratch and run make test!