diff --git a/contributingGuides/PR_AUTHOR_REVIEWER_BEST_PRACTICES.md b/contributingGuides/PR_AUTHOR_REVIEWER_BEST_PRACTICES.md index 4e4e3d470cd7c..da1dd508c4a3f 100644 --- a/contributingGuides/PR_AUTHOR_REVIEWER_BEST_PRACTICES.md +++ b/contributingGuides/PR_AUTHOR_REVIEWER_BEST_PRACTICES.md @@ -79,6 +79,7 @@ All PR titles should follow a consistent format to improve clarity, searchabilit | `docs` | Documentation changes | `docs: add TypeScript migration guide` | | `test` | Test additions or changes | `test: add unit tests for ViolationsUtils` | | `perf` | Performance improvements | `perf: optimize LHN rendering performance` | +| `ci` | CI/CD configuration changes | `ci: Separate build and upload steps of Android deploys` | ### Why This Matters