diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2015-04-20 01:22:12 -0400 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2015-04-20 01:22:12 -0400 |
commit | b4546b393436fc5bb25aa4b70256306e0d2e988c (patch) | |
tree | 6a90739808aa8dd75dd8515b6065634709316bd5 /guides/source/contributing_to_ruby_on_rails.md | |
parent | 01e37ed2a9cd42bb339b7123468c94b3ff8e12ed (diff) | |
parent | 986753f73a1a92d272acd061fd16b13e7e30bceb (diff) | |
download | rails-b4546b393436fc5bb25aa4b70256306e0d2e988c.tar.gz rails-b4546b393436fc5bb25aa4b70256306e0d2e988c.tar.bz2 rails-b4546b393436fc5bb25aa4b70256306e0d2e988c.zip |
Merge pull request #19822 from y-yagi/correct_generic_template_link
correct link to Generic template [ci skip]
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
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 85ba15a594..769bcf60db 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -38,7 +38,7 @@ Having a way to reproduce your issue will be very helpful for others to help con * Template for Active Record (models, database) issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_record_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_record_master.rb) * Template for Action Pack (controllers, routing) issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/action_controller_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/action_controller_master.rb) -* Generic template for other issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/generic_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/generic_gem.rb) +* Generic template for other issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/generic_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/generic_master.rb) These templates include the boilerplate code to set up a test case against either a released version of Rails (`*_gem.rb`) or edge Rails (`*_master.rb`). |