File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ This will help reviewers and should be a good start for the documentation.
14
14
Additionally (see https://symfony.com/releases):
15
15
- Always add tests and ensure they pass.
16
16
- Bug fixes must be submitted against the lowest maintained branch where they apply
17
- (lowest branches are regularly merged to upper ones so they get the fixes too.)
17
+ (lowest branches are regularly merged to upper ones so they get the fixes too).
18
18
- Features and deprecations must be submitted against the latest branch.
19
+ - For new features, provide some code snippets to help understand usage.
19
20
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
20
21
- Never break backward compatibility (see https://symfony.com/bc).
21
22
-->
You can’t perform that action at this time.
0 commit comments