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

* doc/contributing.rdoc: [DOC] Current branch maintainers

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-12-01 08:18:04 +00:00
parent 5c1c8227c9
commit 9e09550984
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sun Dec 1 17:17:36 2013 Zachary Scott <e@zzak.io>
* doc/contributing.rdoc: [DOC] Current branch maintainers
Sun Dec 1 17:16:36 2013 Zachary Scott <e@zzak.io> Sun Dec 1 17:16:36 2013 Zachary Scott <e@zzak.io>
* doc/contributing.rdoc: [DOC] Reporting other (ruby-lang.org) issues * doc/contributing.rdoc: [DOC] Reporting other (ruby-lang.org) issues

View file

@ -238,6 +238,27 @@ Each major version of Ruby has a release manager that should be assigned to
handle backport requests. You can find the list of release managers on the handle backport requests. You can find the list of release managers on the
{wiki}[https://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering]. {wiki}[https://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering].
=== Branch Maintainers
A branch maintainer maintains a branch and releases a new release of Ruby. The
branch depends on the associated version of Ruby, such as ruby_1_8_7 for
version 1.8.7. The current branch maintainers are as follows:
[trunk]
unnecessary
[ruby_2_0_0]
Chikanaga Tomoyuki (nagachika)
[ruby_1_9_3]
NAKAMURA Usaku (usa)
[ruby_1_9_2, ruby_1_9_1]
_unmaintained_
[ruby_1_8]
_unmaintained_
[ruby_1_8_7]
_unmaintained_
[ruby_1_8_6 ...]
_unmaintained_
== Running tests == Running tests
In order to help resolve existing issues and contributing patches to Ruby you In order to help resolve existing issues and contributing patches to Ruby you