diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-07-05 03:56:25 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-07-05 03:56:25 +0000 |
commit | 7f3ab1ccccd2bfa03d62b1dcb3d1e4656744101e (patch) | |
tree | 3c92dd6de387d89d8acbb4a4e7e472bf44edcce3 /README.md | |
parent | 46062034a0110c554b2f429ef7e85f22746ca068 (diff) | |
download | ruby-7f3ab1ccccd2bfa03d62b1dcb3d1e4656744101e.tar.gz |
Update README.md [ci skip] [Fix GH-953]
* README.md: Added link HowToReport bugs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -147,7 +147,14 @@ Questions about the Ruby language can be asked on the Ruby-Talk mailing list (http://www.ruby-lang.org/en/community/mailing-lists) or on websites like (http://stackoverflow.com). -Bug reports should be filed at http://bugs.ruby-lang.org +Bug reports should be filed at http://bugs.ruby-lang.org. Read [HowToReport] for more informations. + +[HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport + +##Contributing + +See the file `CONTRIBUTING.md` + ## The Author |