diff options
author | Sergey Parizhskiy <parizhskiy@gmail.com> | 2011-11-15 13:09:41 +0200 |
---|---|---|
committer | Sergey Parizhskiy <parizhskiy@gmail.com> | 2011-11-15 13:09:41 +0200 |
commit | df08273d1420ee4879931f508fe2953235c707ef (patch) | |
tree | e916ec0284ba83bf7b9e9fe3bb0f27e6819519c2 /railties/guides/source | |
parent | 8971cca7d0cef3ce452bf44fb09ae628419d8ea1 (diff) | |
download | rails-df08273d1420ee4879931f508fe2953235c707ef.tar.gz rails-df08273d1420ee4879931f508fe2953235c707ef.tar.bz2 rails-df08273d1420ee4879931f508fe2953235c707ef.zip |
made url to a github issues a bit shorter - no need in a page param when it's a first page
Diffstat (limited to 'railties/guides/source')
-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 80c3cf6e1a..1cd70404a3 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -215,7 +215,7 @@ TIP: You may want to "put your git branch name in your shell prompt":http://qugs h3. Helping to Resolve Existing Issues -As a next step beyond reporting issues, you can help the core team resolve existing issues. If you check the "Everyone's Issues":https://github.com/rails/rails/issues?sort=created&direction=desc&state=open&page=1 list in GitHub Issues, you'll find lots of issues already requiring attention. What can you do for these? Quite a bit, actually: +As a next step beyond reporting issues, you can help the core team resolve existing issues. If you check the "Everyone's Issues":https://github.com/rails/rails/issues?sort=created&direction=desc&state=open list in GitHub Issues, you'll find lots of issues already requiring attention. What can you do for these? Quite a bit, actually: h4. Verifying Bug Reports |