File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ modules/**/dist/
1717modules /** /pack-scoped /
1818coverage
1919/.direnv /
20+ .claude /
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ yarn lint-changed
2828
2929# Fix linting issues
3030yarn lint-fix
31+
32+ # Commit lint
33+ yarn check-commits
3134```
3235
3336### Testing
@@ -62,6 +65,10 @@ yarn compile
6265# Build for development
6366yarn 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.
You can’t perform that action at this time.
0 commit comments