summaryrefslogtreecommitdiff
path: root/doc/contributing/making_changes_to_stdlibs.md
AgeCommit message (Collapse)Author
2025-10-15[DOC] Update making_changes_to_stdlibs.md mirror ExampleMarino Bonetti
CSV is no more part of the standard lib, but the documentation was not updated (the example link was broken for the master branch) Selected ERB that has the dedicated directory, like CSV.
2025-07-22Change `TESTOPS` to `TESTOPTS`Allison Cretel
2024-12-12[DOC] Improve formatting in Markdown files (#12322)Alexander Momchilov
* Fix WASM bullet/code indentation * Use `console` code highlighting where appropriate … which handles the prefix `$` correctly. * Migrate feature proposal template to MarkDown * Set language on code blocks
2023-05-09Fix broken link to maintainers pageJemma Issroff
Notes: Merged: https://github.com/ruby/ruby/pull/7792
2022-05-11Add a separate doc for contributing to stdlibs [ci skip]Stan Lo
co-authored-by: Peter Zhu <peter@peterzhu.ca> Notes: Merged: https://github.com/ruby/ruby/pull/5901