diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-01 16:15:53 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-01 16:15:53 +0530 |
commit | d1f765644891d6cf6555003de52cb6d58a4da33b (patch) | |
tree | 432888054596cc08fb54a9c5fb90854331b9d204 /railties/guides/source/contributing_to_ruby_on_rails.textile | |
parent | 4760464efb94297d14d6a35a53da0459ee4d7d7e (diff) | |
download | rails-d1f765644891d6cf6555003de52cb6d58a4da33b.tar.gz rails-d1f765644891d6cf6555003de52cb6d58a4da33b.tar.bz2 rails-d1f765644891d6cf6555003de52cb6d58a4da33b.zip |
remove info about adding verified tag
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 61a17b6a56..a7d792f88d 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -252,7 +252,7 @@ Once you're happy that the pull request contains a good change, comment on the G I like the way you've restructured that code in generate_finder_sql, much nicer. The tests look good too. </blockquote> -If your comment simply says "+1", then odds are that other reviewers aren't going to take it too seriously. Show that you took the time to review the patch. Once three people have approved it, add the "verified" tag. This will bring it to the attention of a core team member who will review the changes looking for the same kinds of things. +If your comment simply says "+1", then odds are that other reviewers aren't going to take it too seriously. h3. Contributing to the Rails Documentation |