Skip to content

Commit 297b71a

Browse files
committed
Document BC policy
1 parent b353173 commit 297b71a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ The goal is that the library passes tests with the latest spec version at all
123123
times, either by implementing small changes quickly, or by skipping tests as
124124
necessary.
125125

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+
126135
## Code quality
127136

128137
Before submitting a pull request, please ensure that your code adheres to the

0 commit comments

Comments
 (0)