Skip to content

Commit 8883cf0

Browse files
docs: add commit style to claude.md
TICKET: WP-5599
1 parent aad6d60 commit 8883cf0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ modules/**/dist/
1717
modules/**/pack-scoped/
1818
coverage
1919
/.direnv/
20+
.claude/

CLAUDE.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ yarn lint-changed
2828

2929
# Fix linting issues
3030
yarn lint-fix
31+
32+
# Commit lint
33+
yarn check-commits
3134
```
3235

3336
### Testing
@@ -62,6 +65,10 @@ yarn compile
6265
# Build for development
6366
yarn compile-dbg
6467
```
68+
## Code Style
69+
70+
### Commits
71+
BitGoJS uses conventional commits. All commits MUST pass the spec described in `commitlint.config.js`.
6572

6673
## Code Architecture
6774

@@ -113,4 +120,4 @@ This will generate the necessary boilerplate for a new coin implementation.
113120

114121
## Node.js Version Support
115122

116-
BitGoJS supports Node.js versions >=18 and <23, with NPM >=3.10.10.
123+
BitGoJS supports Node.js versions >=18 and <23, with NPM >=3.10.10.

0 commit comments

Comments
 (0)