diff --git a/contributing/code/patches.rst b/contributing/code/patches.rst index 13858cdc865..7f96e57a01b 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -28,9 +28,9 @@ Set up your user information with your real name and a working email address: If you are new to Git, we highly recommend you to read the excellent and free `ProGit`_ book. -Get the Symfony2 code source: +Get the Symfony2 source code: -* Create a `Github`_ account and sign in; +* Create a `GitHub`_ account and sign in; * Fork the `Symfony2 repository`_ (click on the "Fork" button); @@ -128,7 +128,7 @@ If you are going to send an email to the mailing-list, don't forget to reference you branch URL (``https://github.com/USERNAME/symfony.git BRANCH_NAME``) or the pull request URL. -Based on the feedback from the mailing-list or via the pull request on Github, +Based on the feedback from the mailing-list or via the pull request on GitHub, you might need to rework your patch. Before re-submitting the patch, rebase with master, don't merge; and force the push to the origin: @@ -138,6 +138,6 @@ with master, don't merge; and force the push to the origin: $ git push -f origin BRANCH_NAME .. _ProGit: http://progit.org/ -.. _Github: https://github.com/signup/free +.. _GitHub: https://github.com/signup/free .. _Symfony2 repository: https://github.com/symfony/symfony .. _dev mailing-list: http://groups.google.com/group/symfony-devs diff --git a/contributing/documentation/translations.rst b/contributing/documentation/translations.rst index e62be6546c7..0923dc28b27 100644 --- a/contributing/documentation/translations.rst +++ b/contributing/documentation/translations.rst @@ -34,10 +34,10 @@ bugs, consider joining us; it's a very easy process: * Introduce yourself on the `Symfony docs mailing-list`_; * *(optional)* Ask which documents you can work on; * Fork the *master* repository for your language (click the "Fork" button on - the Github page); + the GitHub page); * Translate some documents; * Ask for a pull request (click on the "Pull Request" from your page on - Github); + GitHub); * The team manager accepts your modifications and merges them into the master repository; * The documentation website is updated every other night from the master