feat: style
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
This repository is an Angular 21 SSR application. Main app code lives in `src/`,
|
||||
with standalone components under `src/app/` such as `home/`, `footer/`, and
|
||||
`imprint/`. Shared constants are kept in `src/global.fields.ts`. Component tests
|
||||
`imprint/`. Shared constants are kept in `src/global.ts`. Component tests
|
||||
sit next to their source files as `*.spec.ts`. Automation and project
|
||||
maintenance scripts live in `scripts/`. Generated build output goes to `dist/`
|
||||
and should not be edited manually.
|
||||
@@ -42,7 +42,7 @@ tests for changed behavior.
|
||||
|
||||
## Commit & Pull Request Guidelines
|
||||
|
||||
Recent history mixes short imperative messages (`Update src/global.fields.ts`)
|
||||
Recent history mixes short imperative messages (`Update src/global.ts`)
|
||||
with lightweight conventional commits
|
||||
(`feat: pre-render routes and restore scroll`). Prefer concise, imperative
|
||||
commit subjects and include a scope or prefix when it adds clarity. PRs should
|
||||
|
||||
Reference in New Issue
Block a user