diff --git a/AGENTS.md b/AGENTS.md index 4ca1673f26..af12cfb6f4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,6 +19,7 @@ Argo CD is a CNCF Graduated project. All code must meet the following standards: * `docs:` - Documentation improvements * `chore:` - Internals, build processes, unit tests, etc. * `refactor:` - Refactoring of the code base, without adding new features or fixing bugs + * `revert:` - Reverts a previous commit * **PR Templates:** You must fully complete the Argo CD Pull Request template. Do not delete the template sections or leave them blank. ## 3. Tech Stack & Code Rules diff --git a/docs/developer-guide/submit-your-pr.md b/docs/developer-guide/submit-your-pr.md index ca66cd4f1c..90418092eb 100644 --- a/docs/developer-guide/submit-your-pr.md +++ b/docs/developer-guide/submit-your-pr.md @@ -57,6 +57,7 @@ We use [PR title checker](https://github.com/marketplace/actions/pr-title-checke * `docs` - Your PR improves the documentation * `chore` - Your PR improves any internals of Argo CD, such as the build process, unit tests, etc * `refactor` - Your PR refactors the code base, without adding new features or fixing bugs +* `revert` - Your PR reverts a previous commit Please prefix the title of your PR with one of the valid categories. For example, if you chose the title your PR `Add documentation for GitHub SSO integration`, please use `docs: Add documentation for GitHub SSO integration` instead.