File tree Expand file tree Collapse file tree 3 files changed +93
-198
lines changed
Expand file tree Collapse file tree 3 files changed +93
-198
lines changed Original file line number Diff line number Diff line change 3939 dep-resolution :
4040 - name : lowest-direct
4141 install-flags : " --upgrade --resolution lowest-direct"
42- - name : highest
43- install-flags : " --upgrade --resolution highest "
42+ - name : locked
43+ install-flags : " --frozen "
4444 os : [ubuntu-latest, windows-latest]
4545
4646 steps :
Original file line number Diff line number Diff line change @@ -51,6 +51,17 @@ This document contains critical information about working with this codebase. Fo
5151- NEVER ever mention a ` co-authored-by ` or similar aspects. In particular, never
5252 mention the tool used to create the commit message or PR.
5353
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+
5465## Python Tools
5566
5667## Code Formatting
You can’t perform that action at this time.
0 commit comments