diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-02-26 16:40:42 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-02-26 16:40:42 +0900 |
commit | 71686f09dfd06a8f000d16453d5e24e2e55a03a1 (patch) | |
tree | 95b85099a114f1fc18a5f5e4359f101fe01802e3 | |
parent | 434c8dc96759d4eca36ca05865b6321c54a2a90b (diff) | |
download | rails-71686f09dfd06a8f000d16453d5e24e2e55a03a1.tar.gz rails-71686f09dfd06a8f000d16453d5e24e2e55a03a1.tar.bz2 rails-71686f09dfd06a8f000d16453d5e24e2e55a03a1.zip |
fix typo in pull_request_template [ci skip]
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1ee3601c9e..48f7b0e214 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,6 @@ benchmarks, or other information. Finally, if your pull request affects documentation or any non-code changes, guidelines for those changes are [available -here](http://guides.rubyonrails.org/contribution_to_ruby_on_rails.html#contributing-to-the-rails-documentation) +here](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation) Thanks for contributing to Rails! |