File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Pull Requests
8
8
-------------
9
9
10
10
Whenever a pull request is merged, all the information contained in the pull
11
- request (including comments) are saved in the repository.
11
+ request (including comments) is saved in the repository.
12
12
13
13
You can easily spot pull request merges as the commit message always follows
14
14
this pattern:
@@ -19,7 +19,7 @@ this pattern:
19
19
20
20
The PR reference allows you to have a look at the original pull request on
21
21
Github: https://github.com/symfony/symfony/pull/1111. But all the information
22
- you can get on Github are also available from the repository itself.
22
+ you can get on Github is also available from the repository itself.
23
23
24
24
The merge commit message contains the original message from the author of the
25
25
changes. Often, this can help understand what the changes were about and the
Original file line number Diff line number Diff line change 6
6
* :doc:`Tests </ contributing/code/tests> `
7
7
* :doc:`Coding Standards</ contributing/code/standards> `
8
8
* :doc:`Code Conventions</ contributing/code/conventions> `
9
+ * :doc:`Git</ contributing/code/git> `
9
10
* :doc:`License </ contributing/code/license> `
10
11
11
12
* **Documentation**
You can’t perform that action at this time.
0 commit comments