Adds pull request template (#113)
This commit is contained in:
parent
c102d0c62f
commit
04bf19d8a8
1 changed files with 18 additions and 0 deletions
18
.github/pull_request_template.md
vendored
Normal file
18
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
* [ ] 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
|
||||||
|
```
|
Loading…
Reference in a new issue