We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cbabb commit d5edcb3Copy full SHA for d5edcb3
CLAUDE.md
@@ -51,6 +51,17 @@ This document contains critical information about working with this codebase. Fo
51
- NEVER ever mention a `co-authored-by` or similar aspects. In particular, never
52
mention the tool used to create the commit message or PR.
53
54
+## Breaking Changes
55
+
56
+When making breaking changes, document them in `docs/migration.md`. Include:
57
58
+- What changed
59
+- Why it changed
60
+- How to migrate existing code
61
62
+Search for related sections in the migration guide and group related changes together
63
+rather than adding new standalone sections.
64
65
## Python Tools
66
67
## Code Formatting
0 commit comments