1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add a separate doc for contributing to stdlibs [ci skip]

co-authored-by: Peter Zhu <peter@peterzhu.ca>
This commit is contained in:
Stan Lo 2022-05-11 17:03:39 +01:00 committed by Peter Zhu
parent 019169346a
commit 26a07b8b46
Notes: git 2022-05-12 04:13:20 +09:00
3 changed files with 52 additions and 10 deletions

View file

@ -26,11 +26,3 @@ Use the following style for commit messages:
GitHub actions will run on each pull request.
There is [a CI that runs on master](https://rubyci.org/). It has broad coverage of different systems and architectures, such as Solaris SPARC and macOS.
# Contributing to standard libraries
Everything in the [lib](https://github.com/ruby/ruby/tree/master/lib) directory is mirrored from a standalone repository into the Ruby repository.
If you'd like to make contributions to standard libraries, do so in the standalone repositories, and the
changes will be automatically mirrored into the Ruby repository.
For example, CSV lives in [a separate repository](https://github.com/ruby/csv) and is mirrored into [Ruby](https://github.com/ruby/ruby/tree/master/lib/csv).