summaryrefslogtreecommitdiff
path: root/doc/contributing.md
diff options
context:
space:
mode:
authorStan Lo <stan.lo@shopify.com>2022-05-11 17:03:39 +0100
committerPeter Zhu <peter@peterzhu.ca>2022-05-11 15:13:01 -0400
commit26a07b8b46d0ae775d01c023146881564f285419 (patch)
treed5b96b1caf30423e9daf18eead388d77d6472d2c /doc/contributing.md
parent019169346ab9c8ec940ebfd41c5b66347fa0f16b (diff)
Add a separate doc for contributing to stdlibs [ci skip]
co-authored-by: Peter Zhu <peter@peterzhu.ca>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5901
Diffstat (limited to 'doc/contributing.md')
-rw-r--r--doc/contributing.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/contributing.md b/doc/contributing.md
index 1f53e6f56e..a8deea7969 100644
--- a/doc/contributing.md
+++ b/doc/contributing.md
@@ -5,6 +5,7 @@ This guide outlines ways to get started with contributing to Ruby:
* [Reporting issues](contributing/reporting_issues.md): How to report issues, how to request features, and how backporting works
* [Building Ruby](contributing/building_ruby.md): How to build Ruby on your local machine for development
* [Testing Ruby](contributing/testing_ruby.md): How to test Ruby on your local machine once you've built it
-* [Making changes to Ruby](contributing/making_changes_to_ruby.md): How to submit pull requests
+* [Making changes to Ruby](contributing/making_changes_to_ruby.md): How to submit pull requests
to change Ruby's documentation, code, test suite, or standard libraries
-* [Making changes to Ruby documentation](contributing/documentation_guide.md): How to make changes to Ruby documentation \ No newline at end of file
+* [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