diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-11 21:53:39 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-11 21:53:39 +0530 |
commit | b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661 (patch) | |
tree | 2489357ba541d47cad58a9bd47cc6856a077fa8d /railties | |
parent | 8ce2844cbb52ea31716b0f286b5d7f9d20bf0e3c (diff) | |
parent | d10a1b5739730425fc5a103f8fd7eb15b6e34db8 (diff) | |
download | rails-b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661.tar.gz rails-b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661.tar.bz2 rails-b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties')
-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 fecc7b5e43..a48355a833 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 master 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. Ensure the changesets you introduced are included in the "Commits" tab and that the "Files Changed" incorporate all of your changes. |