mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Docs: Update CLAUDE.md with Markdown formatting guidelines
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
4291932e3a
commit
c945acf62d
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,11 @@ go test ./internal/entity/... -count=1 -tags="slow,develop"
|
|||
|
||||
Always run `make fmt-go` before committing Go changes and `make fmt-js` before committing frontend changes.
|
||||
|
||||
When editing or creating Markdown files that contain tables, format them with:
|
||||
```bash
|
||||
npx --yes markdown-table-formatter <filename>
|
||||
```
|
||||
|
||||
## Schema Migrations
|
||||
|
||||
If a change touches database schema, check migrations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue