diff options
author | Xavier Noria <fxn@hashref.com> | 2011-03-23 21:52:33 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-03-23 21:52:33 +0100 |
commit | 3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7 (patch) | |
tree | d0b29e5edb35d20eade90c31442fb7abdfe8872a /railties/guides/source/contributing_to_ruby_on_rails.textile | |
parent | 3a7c7dc73d6111e7c821a81d9c56024dd35769a5 (diff) | |
parent | ee8ca49414271026575dab70947b446ac6e4b51a (diff) | |
download | rails-3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7.tar.gz rails-3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7.tar.bz2 rails-3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7.zip |
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/contributing_to_ruby_on_rails.textile')
-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 846a25d6d2..1fcc4fd7e3 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -371,7 +371,7 @@ Now create a ticket with your patch. Go to the "new ticket":http://rails.lightho h4. Get Some Feedback -Now you need to get other people to look at your patch, just as you've looked at other people's patches. You can use the rubyonrails-core mailing list or the #rails-contrib channel on IRC freenode for this. You might also try just talking to Rails developers that you know. +Now you need to get other people to look at your patch, just as you've looked at other people's patches. You can use the "rubyonrails-core mailing list":http://groups.google.com/group/rubyonrails-core/ or the #rails-contrib channel on IRC freenode for this. You might also try just talking to Rails developers that you know. h4. Iterate as Necessary |