You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Resolved conflict in app/pages/[...package].vue
- Kept binary-only package logic from vt/commands branch
- Added id and scroll-mt-20 attributes from main branch to install section
- Updated package manager tabs with new overflow-x-auto styling from main
- Integrated i18n translations and anchor links from main
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,13 +365,27 @@ Make sure to read about [Playwright best practices](https://playwright.dev/docs/
365
365
4. ensure CI checks pass (lint, type check, tests)
366
366
5. request review from maintainers
367
367
368
-
### Commit messages
368
+
### Commit messages and PR titles
369
369
370
-
Write clear, concise commit messages that explain the "why" behind changes:
370
+
Write clear, concise PR titles that explain the "why" behind changes.
371
+
372
+
We use [Conventional Commits](https://www.conventionalcommits.org/). Since we squash on merge, the PR title becomes the commit message in `main`, so it's important to get it right.
> The subject must start with a lowercase letter. Individual commit messages within your PR don't need to follow this format since they'll be squashed.
0 commit comments