Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 642 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 642 Bytes

Git Flow for Dev Work

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.

After you think you're done working, make sure to test and get proof of working output (or write tests).

Make sure to test your branch from scratch!

Open a PR and post your output proof


Ways to contribute

  • Add unit tests
  • Support more k8 types
    • deployments
    • statefulsets
    • dameonsets
    • etc