mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
* Create USERS.md Create a new USERS file to keep track of who is using Argo CD to minimize scrolling on README. * Update README.md Removed `Who users Argo CD` section from README. Users are now tracked in USERS file. * Update README.md * Update README.md * Update USERS.md * Update pull_request_template.md
7 lines
633 B
Markdown
7 lines
633 B
Markdown
Checklist:
|
|
|
|
* [ ] 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.
|
|
* [ ] The title of the PR states what changed and the related issues number (used for the release note).
|
|
* [ ] I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
|
|
* [ ] Optional. My organization is added to USERS.md.
|
|
* [ ] I've signed the CLA and my build is green ([troubleshooting builds](https://argoproj.github.io/argo-cd/developer-guide/ci/)).
|