docs: add revert prefix to PR title documentation (#27439)

Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
Jaewoo Choi 2026-04-19 20:51:48 +09:00 committed by GitHub
parent 7f3ecfcf42
commit c3af4251d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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.