docs: add missing prefixes for PR titles (#26464)

Signed-off-by: nitishfy <justnitish06@gmail.com>
This commit is contained in:
Nitish Kumar
2026-02-16 18:07:15 +05:30
committed by GitHub
parent ac0c63eb43
commit 510af5c4d7

View File

@@ -51,8 +51,10 @@ We use [PR title checker](https://github.com/marketplace/actions/pr-title-checke
* `fix` - Your PR contains one or more code bug fixes
* `feat` - Your PR contains a new feature
* `test` - Your PR adds tests to the code base, or improves existing tests
* `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
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.