mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
docs: add revert prefix to PR title documentation (#27439)
Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
parent
7f3ecfcf42
commit
c3af4251d8
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue