aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorNishant Modak <modak.nishant@gmail.com>2014-07-09 01:32:44 +0530
committerNishant Modak <modak.nishant@gmail.com>2014-07-09 01:32:44 +0530
commitda5ac718859fe7eac599574334431348fc3e4361 (patch)
tree48025c435a16a4e01d044716aeb7bc1ef722a232 /guides/source/contributing_to_ruby_on_rails.md
parent590091bc2096103c3ff32e9ddf0196bdee384e7e (diff)
downloadrails-da5ac718859fe7eac599574334431348fc3e4361.tar.gz
rails-da5ac718859fe7eac599574334431348fc3e4361.tar.bz2
rails-da5ac718859fe7eac599574334431348fc3e4361.zip
correct markdown usage [ci skip]
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 133ef58fd6..a8b959c725 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -109,9 +109,7 @@ After applying their branch, test it out! Here are some things to think about:
Once you're happy that the pull request contains a good change, comment on the GitHub issue indicating your approval. Your comment should indicate that you like the change and what you like about it. Something like:
-<blockquote>
-I like the way you've restructured that code in generate_finder_sql - much nicer. The tests look good too.
-</blockquote>
+>I like the way you've restructured that code in generate_finder_sql - much nicer. The tests look good too.
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 pull request.