aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorCesar Carruitero <cesar@mozilla.pe>2012-10-15 01:33:15 -0500
committerCesar Carruitero <cesar@mozilla.pe>2012-10-15 01:33:15 -0500
commitfe5f5d11c1b27e34d281ea301c47d2ce71592a69 (patch)
treec31898d14bed65d6dde8f8ab31b6b26cf92065ff /guides/source
parentc615161585f8c3c5d430cc7f3bb77300dc7833d1 (diff)
downloadrails-fe5f5d11c1b27e34d281ea301c47d2ce71592a69.tar.gz
rails-fe5f5d11c1b27e34d281ea301c47d2ce71592a69.tar.bz2
rails-fe5f5d11c1b27e34d281ea301c47d2ce71592a69.zip
fix link bug in contributing page
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 9eb8fa89d9..75472cb258 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -22,7 +22,7 @@ NOTE: Bugs in the most recent released version of Ruby on Rails are likely to ge
### Creating a Bug Report
-If you've found a problem in Ruby on Rails which is not a security risk, do a search in GitHub under [Issues](https://github.com/rails/rails/issues in case it was already reported. If you find no issue addressing it you can [add a new one](https://github.com/rails/rails/issues/new). (See the next section for reporting security issues).
+If you've found a problem in Ruby on Rails which is not a security risk, do a search in GitHub under [Issues](https://github.com/rails/rails/issues) in case it was already reported. If you find no issue addressing it you can [add a new one](https://github.com/rails/rails/issues/new). (See the next section for reporting security issues).
At the minimum, your issue report needs a title and descriptive text. But that's only a minimum. You should include as much relevant information as possible. You need at least to post the code sample that has the issue. Even better is to include a unit test that shows how the expected behavior is not occurring. Your goal should be to make it easy for yourself -- and others -- to replicate the bug and figure out a fix.