|
@@ -1,20 +1,30 @@
|
|
<!-- THE PR TEMPLATE IS NOT AN OPTION. DO NOT DELETE IT! -->
|
|
<!-- THE PR TEMPLATE IS NOT AN OPTION. DO NOT DELETE IT! -->
|
|
|
|
|
|
|
|
+<!--
|
|
|
|
+ Show us you choose the right branch.
|
|
|
|
+ Different branches are used for different things :
|
|
|
|
+ - 3.x is for everything backwards compatible, like patches, features and deprecation notices
|
|
|
|
+ - master is for deprecation removals and other changes that cannot be done without a BC-break
|
|
|
|
+ More details here: https://github.com/sonata-project/SonataAdminBundle/blob/3.x/CONTRIBUTING.md#the-base-branch
|
|
|
|
+-->
|
|
|
|
+I am targetting this branch, because…
|
|
|
|
+
|
|
<!--
|
|
<!--
|
|
Specify which issues will be fixed/closed.
|
|
Specify which issues will be fixed/closed.
|
|
Remove it if this is not related.
|
|
Remove it if this is not related.
|
|
-->
|
|
-->
|
|
|
|
|
|
Closes #
|
|
Closes #
|
|
|
|
+Fixes #
|
|
|
|
|
|
-### Changelog
|
|
|
|
|
|
+## Changelog
|
|
|
|
|
|
<!-- MANDATORY
|
|
<!-- MANDATORY
|
|
Fill the changelog part inside the code block.
|
|
Fill the changelog part inside the code block.
|
|
- Remove unneeded sections.
|
|
|
|
Follow this schema: http://keepachangelog.com/
|
|
Follow this schema: http://keepachangelog.com/
|
|
-->
|
|
-->
|
|
|
|
|
|
|
|
+<!-- REMOVE EMPTY SECTIONS -->
|
|
```markdown
|
|
```markdown
|
|
### Added
|
|
### Added
|
|
- Added some `Class::newMethod` to do great stuff
|
|
- Added some `Class::newMethod` to do great stuff
|
|
@@ -30,19 +40,18 @@ Closes #
|
|
### Security
|
|
### Security
|
|
```
|
|
```
|
|
|
|
|
|
-### Subject
|
|
|
|
-
|
|
|
|
-<!-- Describe your Pull Request content here -->
|
|
|
|
-
|
|
|
|
-### To do
|
|
|
|
|
|
+## To do
|
|
|
|
|
|
<!--
|
|
<!--
|
|
- Complete the tasks.
|
|
|
|
|
|
+ If this is a work in progress, COMPLETE and ADD needed tasks.
|
|
You can add as many tasks as you want.
|
|
You can add as many tasks as you want.
|
|
- If some are not relevant, just remove them.
|
|
|
|
|
|
+ If some are not relevant, just REMOVE them.
|
|
-->
|
|
-->
|
|
|
|
|
|
-- [ ] My PR stuff
|
|
|
|
- [ ] Update the tests
|
|
- [ ] Update the tests
|
|
- [ ] Update the documentation
|
|
- [ ] Update the documentation
|
|
- [ ] Add an upgrade note
|
|
- [ ] Add an upgrade note
|
|
|
|
+
|
|
|
|
+## Subject
|
|
|
|
+
|
|
|
|
+<!-- Describe your Pull Request content here -->
|