github.com/argoproj/argo-cd/v2@v2.10.9/.github/pull_request_template.md (about) 1 <!-- 2 Note on DCO: 3 4 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. 5 --> 6 7 Checklist: 8 9 * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes. 10 * [ ] The title of the PR states what changed and the related issues number (used for the release note). 11 * [ ] The title of the PR conforms to the [Toolchain Guide](https://argo-cd.readthedocs.io/en/latest/developer-guide/toolchain-guide/#title-of-the-pr) 12 * [ ] I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue. 13 * [ ] I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them. 14 * [ ] Does this PR require documentation updates? 15 * [ ] I've updated documentation as required by this PR. 16 * [ ] I have signed off all my commits as required by [DCO](https://github.com/argoproj/argoproj/blob/master/community/CONTRIBUTING.md#legal) 17 * [ ] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged. 18 * [ ] My build is green ([troubleshooting builds](https://argo-cd.readthedocs.io/en/latest/developer-guide/ci/)). 19 * [ ] My new feature complies with the [feature status](https://github.com/argoproj/argoproj/blob/master/community/feature-status.md) guidelines. 20 * [ ] I have added a brief description of why this PR is necessary and/or what this PR solves. 21 * [ ] Optional. My organization is added to USERS.md. 22 * [ ] Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity). 23 24 <!-- Please see [Contribution FAQs](https://argo-cd.readthedocs.io/en/latest/developer-guide/faq/) if you have questions about your pull-request. -->