You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no documented guidance on how contributors should handle breaking changes, such as API removals, behaviour modifications, or incompatible defaults.
It would be helpful to define a contributor-facing policy that includes minimally:
When and how to use warnings, e.g. FutureWarning, DeprecationWarning
Minimum deprecation timeline before removal (e.g. N+2 or 3 minor? releases)
Additionally, consider
Documentation expectations: changelog entries, migration notes, etc.