aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README.md9
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bfe1b835bd..ad8ef213a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jul 5 12:56:20 2015 Irvi Firqotul Aini <viarc7@gmail.com>
+
+ * README.md: Added link HowToReport bugs.
+
Sun Jul 5 10:51:48 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* array.c (rb_ary_sort_bang): the original array may not be
diff --git a/README.md b/README.md
index 869848aad4..4efe42a07f 100644
--- a/README.md
+++ b/README.md
@@ -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