summaryrefslogtreecommitdiff
path: root/doc/contributing.md
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2022-05-30 23:50:39 -0400
committerGitHub <noreply@github.com>2022-05-30 23:50:39 -0400
commit9241d75a615f652dee45bc999524cc3c6ede8c5d (patch)
tree823e3e3c8ccfa657f39d18cc994322bb4474c6a9 /doc/contributing.md
parent0cae30e1d3d782d11dd413d6c713bf60c79ddc67 (diff)
Add information from doc/hacking.md and doc/make_cheatsheet.md back i… (#5963)
Add information from doc/hacking.md and doc/make_cheatsheet.md back into contributing docs
Notes
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
Diffstat (limited to 'doc/contributing.md')
-rw-r--r--doc/contributing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/contributing.md b/doc/contributing.md
index a8deea7969..a6c63de9b2 100644
--- a/doc/contributing.md
+++ b/doc/contributing.md
@@ -9,3 +9,4 @@ This guide outlines ways to get started with contributing to Ruby:
to change Ruby's documentation, code, test suite, or standard libraries
* [Making changes to Ruby standard libraries](contributing/making_changes_to_stdlibs.md): How to build, test, and contribute to Ruby standard libraries
* [Making changes to Ruby documentation](contributing/documentation_guide.md): How to make changes to Ruby documentation
+* [Benchmarking Ruby](https://github.com/ruby/ruby/tree/master/benchmark#make-benchmark): How to benchmark Ruby