Skip to content

Commit 11b63e3

Browse files
committed
[symfony#2337] Minor tweaks to new contribute git doc
1 parent f61db7e commit 11b63e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contributing/code/git.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pull Requests
88
-------------
99

1010
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.
1212

1313
You can easily spot pull request merges as the commit message always follows
1414
this pattern:
@@ -19,7 +19,7 @@ this pattern:
1919
2020
The PR reference allows you to have a look at the original pull request on
2121
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.
2323

2424
The merge commit message contains the original message from the author of the
2525
changes. Often, this can help understand what the changes were about and the

contributing/map.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* :doc:`Tests </contributing/code/tests>`
77
* :doc:`Coding Standards</contributing/code/standards>`
88
* :doc:`Code Conventions</contributing/code/conventions>`
9+
* :doc:`Git</contributing/code/git>`
910
* :doc:`License </contributing/code/license>`
1011

1112
* **Documentation**

0 commit comments

Comments
 (0)