<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/contributing, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Languages in Examples (#15697)</title>
<updated>2025-12-22T22:52:52+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2025-12-22T22:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e69f41a0a88df1d843f5d94cc4e5e757b96300e0'/>
<id>e69f41a0a88df1d843f5d94cc4e5e757b96300e0</id>
<content type='text'>
* [DOC] Languages in Examples

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

---------

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [DOC] Languages in Examples

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

---------

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize page documentations (#15154)</title>
<updated>2025-11-27T20:12:24+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2025-11-27T20:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4cd6661e1853930c8002174c4ccd14f927fcd33b'/>
<id>4cd6661e1853930c8002174c4ccd14f927fcd33b</id>
<content type='text'>
Re-organize page docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-organize page docs</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add documentation about Ruby's VM stack</title>
<updated>2025-11-18T08:43:24+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2025-10-27T11:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=85abc59c32fc79c88db98bb0b9d9665254b0ff98'/>
<id>85abc59c32fc79c88db98bb0b9d9665254b0ff98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Update glossary (#15070)</title>
<updated>2025-11-06T01:29:38+00:00</updated>
<author>
<name>Randy Stauner</name>
<email>randy@r4s6.net</email>
</author>
<published>2025-11-06T01:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=00c9a21ccef939cdad9b6abef2cd90c9dbd8c1c6'/>
<id>00c9a21ccef939cdad9b6abef2cd90c9dbd8c1c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Create doc/contributing/concurrency_guide.md</title>
<updated>2025-10-20T20:55:39+00:00</updated>
<author>
<name>Luke Gruber</name>
<email>luke.gruber@shopify.com</email>
</author>
<published>2025-09-17T20:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6e9f7974df5608dd74b5a107658ac944ec05f8d0'/>
<id>6e9f7974df5608dd74b5a107658ac944ec05f8d0</id>
<content type='text'>
This guide is for those that want to contribute to ruby but don't
understand where they need to use locks or other concurrency mechanisms.
It teaches them how to use these locks safely and what is prohibited in
certain circumstances.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This guide is for those that want to contribute to ruby but don't
understand where they need to use locks or other concurrency mechanisms.
It teaches them how to use these locks safely and what is prohibited in
certain circumstances.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Update making_changes_to_stdlibs.md mirror Example</title>
<updated>2025-10-15T04:58:24+00:00</updated>
<author>
<name>Marino Bonetti</name>
<email>marinobonetti@gmail.com</email>
</author>
<published>2025-10-15T04:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1142abb1de10d8c47278d09a90d7c0cc713f59af'/>
<id>1142abb1de10d8c47278d09a90d7c0cc713f59af</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Update required baseruby version</title>
<updated>2025-10-09T13:20:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-09T13:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=abad1f423ba4ee2f8b5a8fc50b8d803087a0e172'/>
<id>abad1f423ba4ee2f8b5a8fc50b8d803087a0e172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add `snt` and `dnt` to glossary.md</title>
<updated>2025-09-22T19:10:10+00:00</updated>
<author>
<name>Luke Gruber</name>
<email>luke.gruber@shopify.com</email>
</author>
<published>2025-09-16T19:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=378c4db4bbaf0c9ecd954a510a14c617a4ba4908'/>
<id>378c4db4bbaf0c9ecd954a510a14c617a4ba4908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Remove point about ASAN not working on released Ruby</title>
<updated>2025-07-29T18:54:17+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2025-07-29T18:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b07e214bf1a6c55fe9b2409cc13160ca60af874f'/>
<id>b07e214bf1a6c55fe9b2409cc13160ca60af874f</id>
<content type='text'>
ASAN works on Ruby 3.4 and later, so we can remove the point about using
master branch for ASAN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ASAN works on Ruby 3.4 and later, so we can remove the point about using
master branch for ASAN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in `documentation_guide.md`</title>
<updated>2025-07-22T16:52:45+00:00</updated>
<author>
<name>Allison Cretel</name>
<email>allison.cretel@shopify.com</email>
</author>
<published>2025-07-18T15:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=45e65f55bc55497b620ba6e27c85bbe07185f1c4'/>
<id>45e65f55bc55497b620ba6e27c85bbe07185f1c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
