File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 22| ------------- | ---
33| Bug fix? | yes/no
44| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
5- | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
5+ | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
66| License | MIT
77
88<!--
9- Replace this notice by a short README for your feature/bugfix. This will help people
10- understand your PR and can be used as a start for the documentation.
9+ Replace this notice by a description of your feature/bugfix.
10+ This will help reviewers and should be a good start for the documentation.
1111
1212Additionally (see https://symfony.com/releases):
1313 - Always add tests and ensure they pass.
14- - Never break backward compatibility (see https://symfony.com/bc) .
14+ - For new features, provide some code snippets to help understand usage .
1515 - Features and deprecations must be submitted against branch main.
16+ - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
17+ - Never break backward compatibility (see https://symfony.com/bc).
1618-->
You can’t perform that action at this time.
0 commit comments