Skip to content

Commit

Permalink
Encountered an error when following the steps for contribution. Updat…
Browse files Browse the repository at this point in the history
…ed the contribution overview to reflect how to avoid that error when transitioning between steps 3 and 4 in `Your First Documentation Contribution`
  • Loading branch information
chancegarcia committed Jul 2, 2016
1 parent 5ec363b commit a8c589e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ your project:
upstream https://github.com/symfony/symfony-docs.git (fetch)
upstream https://github.com/symfony/symfony-docs.git (push)
Fetch the upstream branch list.

.. code-block:: bash
$ git fetch upstream
The purpose of this step is to allow you work simultaneously on the official
Symfony repository and on your own fork. You'll see this in action in a moment.

Expand Down Expand Up @@ -208,6 +214,7 @@ contribution to the Symfony docs:
# create a new branch based on the oldest maintained version
$ cd projects/symfony-docs/
$ git fetch upstream
$ git checkout -b my_changes upstream/2.7
# ... do your changes
Expand Down

0 comments on commit a8c589e

Please sign in to comment.