diff options
author | Mohammad Typaldos <mohammad.elabid@gmail.com> | 2011-06-09 03:58:22 -0400 |
---|---|---|
committer | Mohammad Typaldos <mohammad.elabid@gmail.com> | 2011-06-09 03:58:22 -0400 |
commit | 79647c6fdf75e02e65eefaef5911bc1e061cb758 (patch) | |
tree | a4135b94aaa2511ca2ef289b8845c77f1d46282c /railties/guides | |
parent | 45a5201b8697e3af13450e2672faf2daae5e5756 (diff) | |
parent | 4f9e2425216653649d4b4b6d73eeca3c1f9f312d (diff) | |
download | rails-79647c6fdf75e02e65eefaef5911bc1e061cb758.tar.gz rails-79647c6fdf75e02e65eefaef5911bc1e061cb758.tar.bz2 rails-79647c6fdf75e02e65eefaef5911bc1e061cb758.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index 564fe56603..e6ec061c9a 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -361,7 +361,7 @@ $ git push mine my_new_branch h4. Issue a Pull Request -Navigate to the Rails repository you just pushed to (e.g. https://github.com/<your user name>/rails) and press "Pull Request" in the upper right hand corner. +Navigate to the Rails repository you just pushed to (e.g. https://github.com/your-user-name/rails) and press "Pull Request" in the upper right hand corner. Write your branch name in branch field (is filled with master by default) and press "Update Commit Range" |