Skip to content

Commit b5a03fe

Browse files
committed
Update CLAUDE
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 6aedfda commit b5a03fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Keep commit messages brief and to the point:
188188
- Keep commits focused and atomic - one logical change per commit
189189
- Ensure unit tests pass
190190
- Before committing: verify all documentation examples match the current API signatures and behavior
191+
- **IMPORTANT**: Always verify that the guided tour in README.md compiles and works correctly before pushing any commit or creating a pull request
191192

192193
### Pull Request Guidelines
193194
Keep PR descriptions concise and focused:
@@ -196,3 +197,4 @@ Keep PR descriptions concise and focused:
196197
- Focus on what the change does and why, not exhaustive implementation details
197198
- Include code examples only when they help demonstrate usage or key functionality
198199
- Before creating PR: ensure all documentation examples are tested and work with the current API
200+
- **IMPORTANT**: Always verify that the guided tour in README.md compiles and is up to date before creating a pull request

0 commit comments

Comments
 (0)