File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,15 @@ The goal is that the library passes tests with the latest spec version at all
123
123
times, either by implementing small changes quickly, or by skipping tests as
124
124
necessary.
125
125
126
+ ## Backward compatibility
127
+
128
+ When submitting a PR, be mindful of our backward compatibility guarantees. Our
129
+ BC policy follows [ Symfony's Backward Compatibility Promise] ( https://symfony.com/doc/current/contributing/code/bc.html ) .
130
+
131
+ In short, this means we use semantic versioning and guarantee backward
132
+ compatibility on all minor releases. For a more detailed definition, refer to
133
+ the Symfony docs linked above.
134
+
126
135
## Code quality
127
136
128
137
Before submitting a pull request, please ensure that your code adheres to the
You can’t perform that action at this time.
0 commit comments