File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ The purpose of the check list is to ensure that contributions may be reviewed
11
11
without needless feedback loops to ensure that your contributions can be included
12
12
into Symfony2 as quickly as possible.
13
13
14
- The pull request title should be prefixed with the component name it relates to.
14
+ The pull request title should be prefixed with the component name or bundle
15
+ it relates to.
15
16
16
17
.. code-block :: text
17
18
@@ -25,8 +26,8 @@ An example title might look like this:
25
26
26
27
.. tip ::
27
28
28
- Please the title with "[WIP]" if the submission is not yet completed, for example
29
- for example if the test are incomplete or do not yet pass .
29
+ Please use the title with "[WIP]" if the submission is not yet completed
30
+ or the tests are incomplete or not yet passing .
30
31
31
32
All pull requests should include the following template in the request
32
33
description:
You can’t perform that action at this time.
0 commit comments