From 95a531378964cb3aa2c2cc3d54e478b13613d0c6 Mon Sep 17 00:00:00 2001 From: rory Date: Thu, 26 Feb 2026 08:46:59 -0800 Subject: [PATCH] Add CI PR prefix --- contributingGuides/PR_AUTHOR_REVIEWER_BEST_PRACTICES.md | 1 + 1 file changed, 1 insertion(+) 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