Skip to content

Commit fa60e40

Browse files
authored
chore: add conventional commits guidance to CLAUDE.md (#571)
1 parent bea64fa commit fa60e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
**Quick references**:
1717

18-
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
18+
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` — Types: `feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`, `perf` NO AI attribution
1919
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
2020
- Docs: Use `docs/` folder, lowercase-with-hyphens.md filenames, pithy writing with visuals
2121
- Dependencies: After `package.json` edits, run `pnpm install` to update `pnpm-lock.yaml`

0 commit comments

Comments
 (0)