Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributingGuides/PR_AUTHOR_REVIEWER_BEST_PRACTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading