chore: Update PR template to include notes on DCO (#642)
Argo Project has moved from the CLA to the DCO: - https://github.com/argoproj/argoproj/pull/24 - https://github.com/argoproj/argo-cd/pull/4966 Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
ca3d8d376a
commit
af0d6b8957
1 changed files with 6 additions and 2 deletions
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
|
@ -1,9 +1,13 @@
|
||||||
|
Note on DCO:
|
||||||
|
|
||||||
|
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the *Details* link next to the DCO action for instructions on how to resolve this.
|
||||||
|
|
||||||
Checklist:
|
Checklist:
|
||||||
|
|
||||||
* [ ] I have updated the chart version in `Chart.yaml` following Semantic Versioning.
|
* [ ] I have updated the chart version in `Chart.yaml` following Semantic Versioning.
|
||||||
* [ ] Any new values are backwards compatible and/or have sensible default.
|
* [ ] 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).
|
* [ ] I have followed the testing instructions in the [contributing guide](https://github.com/argoproj/argo-helm/blob/master/CONTRIBUTING.md).
|
||||||
* [ ] I have signed the CLA and the build is green.
|
* [ ] I have signed off all my commits as required by [DCO](https://github.com/argoproj/argoproj/tree/master/community#contributing-to-argo).
|
||||||
* [ ] I will test my changes again once merged to master and published.
|
* [ ] My build is green ([troubleshooting builds](https://argoproj.github.io/argo-cd/developer-guide/ci/)).
|
||||||
|
|
||||||
Changes are automatically published when merged to `master`. They are not published on branches.
|
Changes are automatically published when merged to `master`. They are not published on branches.
|
||||||
|
|
Loading…
Reference in a new issue