aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSebastian Martinez <sebastian@wyeworks.com>2011-04-29 21:18:49 -0300
committerSebastian Martinez <sebastian@wyeworks.com>2011-04-29 21:18:49 -0300
commit9c0196a6bb14919dbafb9da0ba8190e8fb2a7b0f (patch)
treebbeeea924d18d381e6dc498d62b1e5826aa4d83a /railties
parent1efaed5af13f876833b3acd614e8d0116812f308 (diff)
downloadrails-9c0196a6bb14919dbafb9da0ba8190e8fb2a7b0f.tar.gz
rails-9c0196a6bb14919dbafb9da0ba8190e8fb2a7b0f.tar.bz2
rails-9c0196a6bb14919dbafb9da0ba8190e8fb2a7b0f.zip
Upload patches is for LH, we use pull requests on GitHub now
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile2
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 95457578b4..2ba088a549 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -14,7 +14,7 @@ endprologue.
h3. Reporting an Issue
-Ruby on Rails uses "GitHub Issue Tracking":https://github.com/rails/rails/issues to track issues (primarily bugs and contributions of new code). If you've found a bug in Ruby on Rails, this is the place to start. You'll need to create a (free) GitHub account in order to comment on issues or to upload patches.
+Ruby on Rails uses "GitHub Issue Tracking":https://github.com/rails/rails/issues to track issues (primarily bugs and contributions of new code). If you've found a bug in Ruby on Rails, this is the place to start. You'll need to create a (free) GitHub account in order to either submit an issue, comment on them or create pull requests.
NOTE: Bugs in the most recent released version of Ruby on Rails are likely to get the most attention. Also, the Rails core team is always interested in feedback from those who can take the time to test _edge Rails_ (the code for the version of Rails that is currently under development). Later in this guide you'll find out how to get edge Rails for testing.