Skip to content
Open
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
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ Format: `type(scope): description`

Common types: `feat`, `fix`, `refactor`, `docs`, `chore`, `test`, `style`

**Microsite scope:** Changes to a microsite must include the microsite name as the scope. The scope matches the directory name under `src/microsites/`, `src/pages/`, and `public/` (currently `hands` and `whatarewedoinghere`). Commits that mix microsite and main-site changes should be split.

Examples:

- `feat: add underwater theme`
- `fix: clear stale CSS variables on theme switch`
- `refactor: extract math helpers from animation.ts`
- `docs: update CONTRIBUTING.md`
- `test: add e2e tests for theme switching`
- `feat(hands): add new hands background`
- `fix(whatarewedoinghere): correct sitemap URL`

## Architecture

Expand Down
Loading