Contributing (#116)
This commit is contained in:
parent
c78f70e82d
commit
574e5cfa18
8 changed files with 79 additions and 38 deletions
21
.github/pull_request_template.md
vendored
21
.github/pull_request_template.md
vendored
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue