diff --git a/Contributing.md b/Contributing.md index ac504ab1..154b8b2c 100644 --- a/Contributing.md +++ b/Contributing.md @@ -2,6 +2,14 @@ We would love your contributions. The process is simple: +## Code submissions: + +Set up your development environment by following the steps [here](http://kubeplus-docs.s3-website-us-west-2.amazonaws.com/html/compile-components.html). + +When submitting a PR, link to the [relevant GitHub issue](https://github.com/cloud-ark/kubeplus/issues). + +Ping us on KubePlus Slack channel for any questions/discussions about the feature/issue that you are working on. + ## Feature requests: @@ -26,11 +34,11 @@ File an Issue with following information: ``` - export KUBEPLUS_NAMESPACE= - - kubectl logs $KUBEPLUS_NAMESPACE -c crd-hook - - kubectl logs $KUBEPLUS_NAMESPACE -c helmer - - kubectl logs $KUBEPLUS_NAMESAPCE -c platform-operator - - kubectl logs $KUBEPLUS_NAMESAPCE -c webhook-cert-setup - - kubectl logs $KUBEPLUS_NAMESAPCE -c consumerui + - kubectl logs -n $KUBEPLUS_NAMESPACE -c crd-hook + - kubectl logs -n $KUBEPLUS_NAMESPACE -c helmer + - kubectl logs -n $KUBEPLUS_NAMESAPCE -c platform-operator + - kubectl logs -n $KUBEPLUS_NAMESAPCE -c webhook-cert-setup + - kubectl logs -n $KUBEPLUS_NAMESAPCE -c consumerui ``` * Cluster details