Skip to content

Commit

Permalink
Develop (#1227)
Browse files Browse the repository at this point in the history
* Contributing doc updates

Fixes: #1222
  • Loading branch information
devdattakulkarni authored Apr 17, 2024
1 parent 41df721 commit c2f986c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -26,11 +34,11 @@ File an Issue with following information:

```
- export KUBEPLUS_NAMESPACE=<Namespace in which KubePlus is deployed>
- 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 <kubeplus-pod> -n $KUBEPLUS_NAMESPACE -c crd-hook
- kubectl logs <kubeplus-pod> -n $KUBEPLUS_NAMESPACE -c helmer
- kubectl logs <kubeplus-pod> -n $KUBEPLUS_NAMESAPCE -c platform-operator
- kubectl logs <kubeplus-pod> -n $KUBEPLUS_NAMESAPCE -c webhook-cert-setup
- kubectl logs <kubeplus-pod> -n $KUBEPLUS_NAMESAPCE -c consumerui
```

* Cluster details
Expand Down

0 comments on commit c2f986c

Please sign in to comment.