Contributing (#116)

This commit is contained in:
Alex Collins 2019-09-19 17:36:12 -07:00 committed by GitHub
parent c78f70e82d
commit 574e5cfa18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 79 additions and 38 deletions

View file

@ -1,18 +1,5 @@
Checklist:
* [ ] I have update the chart version in `Chart.yaml` following Semantic Versioning.
* [ ] All new values are backwards compatible and/or have sensible default.
* [ ] I have installed the chart myself and it works.
E.g. for Argo Workflows:
```
helm install charts/argo
argo version
```
E.g. for Argo CD:
```
helm install charts/argo-cd --namespace argocd
kubectl port-forward svc/argocd-server -n argocd 8080:443 &
argocd version
```
* [ ] Any new values are backwards compatible and/or have sensible default.
* [ ] I have followed the testing instructions in the [contributing guide](https://github.com/argoproj/argo-helm/blob/master/CONTRIBUTING.md).