8000 Revamped the documentation about "Contributing Docs" by javiereguiluz · Pull Request #4223 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Revamped the documentation about "Contributing Docs" #4223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 16, 2014
Merged
Prev Previous commit
Next Next commit
Switched another relative link into an absolute reference
  • Loading branch information
javiereguiluz committed Sep 13, 2014
commit 79375aee9fc715b3026ec0523ce759ee4b94b6e6
3 changes: 2 additions & 1 deletion contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ memorable name for the new branch:
$ git checkout -b improve_install_chapter

**Step 5.** Now make your changes in the documentation. Add, tweak, reword and
even remove any content, but make sure that you comply with the doc:`standards`.
even remove any content, but make sure that you comply with the
doc:`/contributing/documentation/standards`.

**Step 6.** **Push** the changes to your forked repository:

Expand Down
0