aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-11 20:18:55 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-11 20:18:55 +0530
commit7c29246b8c810ca7b736ad8a28bc94b4a22d22da (patch)
treea4e2d357cb5274d7c826ea2beb1f35af30f5a9bf /railties/guides/source/contributing_to_ruby_on_rails.textile
parent3f8f96e9802c7f628f5b3abd48624e26d97e5ad9 (diff)
parentce41a368865c341faa0b98b0851b56ba6be6eafb (diff)
downloadrails-7c29246b8c810ca7b736ad8a28bc94b4a22d22da.tar.gz
rails-7c29246b8c810ca7b736ad8a28bc94b4a22d22da.tar.bz2
rails-7c29246b8c810ca7b736ad8a28bc94b4a22d22da.zip
Merge branch 'master' of 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.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 92cb0774de..4fa7fd40c8 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -380,9 +380,9 @@ Now you need to get other people to look at your patch, just as you've looked at
h4. Iterate as Necessary
-It’s entirely possible that the feedback you get will suggest changes. Don’t get discouraged: the whole point of contributing to an active open source project is to tap into community knowledge. If people are encouraging you to tweak your code, then it’s worth making the tweaks and resubmitting. If the feedback is that your code doesn’t belong in the core, you might still think about releasing it as a plugin.
+It’s entirely possible that the feedback you get will suggest changes. Don’t get discouraged: the whole point of contributing to an active open source project is to tap into community knowledge. If people are encouraging you to tweak your code, then it’s worth making the tweaks and resubmitting. If the feedback is that your code doesn’t belong in the core, you might still think about releasing it as a gem.
-And then...think about your next contribution!
+And then ... think about your next contribution!
h3. Rails Contributors