File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
193194Keep 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
You can’t perform that action at this time.
0 commit comments