aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-08-26 13:52:28 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-08-26 13:52:28 -0700
commita57416cc498066604be7f55abe73596b3ef7df7b (patch)
tree5778c2cd092ce83151b41fc8da8f5841aaabb41a /guides/source/contributing_to_ruby_on_rails.md
parent0085ecbe62e4a98968b6855f9b9c7f5de372e0c8 (diff)
downloadrails-a57416cc498066604be7f55abe73596b3ef7df7b.tar.gz
rails-a57416cc498066604be7f55abe73596b3ef7df7b.tar.bz2
rails-a57416cc498066604be7f55abe73596b3ef7df7b.zip
Flesh out feedback portion of contributing guide.
I don't know of anyone that hangs out in #rails-contrib, and we should also let people know that feedback can take some time.
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index da3aecf18c..17fdb74163 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -421,7 +421,24 @@ Fill in some details about your potential patch including a meaningful title. Wh
### 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](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.
+Most pull requests will go through a few iterations before they get merged.
+Different contributors will sometimes have different opinions, and often
+patches will need revised before they can get merged.
+
+Some contributors to Rails have email notifications from GitHub turned on, but
+others do not. Furthermore, (almost) everyone who works on Rails is a
+volunteer, and so it may take a few days for you to get your first feedback on
+a pull request. Don't despair! Sometimes it's quick, sometimes it's slow. Such
+is the open source life.
+
+If it's been over a week, and you haven't heard anything, you might want to try
+and nudge things along. You can use the [rubyonrails-core mailing
+list](http://groups.google.com/group/rubyonrails-core/) for this. You can also
+leave another comment on the pull request.
+
+While you're waiting for feedback on your pull request, open up a few other
+pull requests and give someone else some! I'm sure they'll appreciate it in
+the same way that you appreciate feedback on your patches.
### Iterate as Necessary