ruby-changes:31818
From: zzak <ko1@a...>
Date: Thu, 28 Nov 2013 19:30:00 +0900 (JST)
Subject: [ruby-changes:31818] zzak:r43897 (trunk): * doc/contributing.rdoc: [DOC] Add notes about slideshow proposals
zzak 2013-11-28 19:29:54 +0900 (Thu, 28 Nov 2013) New Revision: 43897 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43897 Log: * doc/contributing.rdoc: [DOC] Add notes about slideshow proposals from wiki page: HowToRequestFeatures Modified files: trunk/ChangeLog trunk/doc/contributing.rdoc Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 43896) +++ doc/contributing.rdoc (revision 43897) @@ -146,6 +146,24 @@ A good template for feature proposal sho https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L146 [See also] Links to the other related resources +=== Slideshow + +On Ruby Developer Meeting Japan, committers discuss about Feature Proposals together at Tokyo. We'll judge proposals accept, reject, or feedback. If you have a stalled proposal, making a slide to submit is good way to get feedback. + +Slides should be: + +* One-page slide +* Include a corresponding ticket number +* MUST include a figure and/or short example code +* SHOULD have less sentence in natural language (try to write less than 140 characters) +* It is RECOMMENDED to itemize: motivation/use case, propoasl, pros/cons, corner case +* PDF or Image (Web browsers can show it) + +Please note: + +* Even if the proposal is generally acceptable, it won't be accepted without writing corner cases in the ticket +* Slide's exapmle: DevelopersMeeting20130727Japan + == Backport Requests When a new version of Ruby is released it starts at patch level 0 (p0), and Index: ChangeLog =================================================================== --- ChangeLog (revision 43896) +++ ChangeLog (revision 43897) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Nov 28 19:29:04 2013 Zachary Scott <e@z...> + + * doc/contributing.rdoc: [DOC] Add notes about slideshow proposals + from wiki page: HowToRequestFeatures + Thu Nov 28 17:34:42 2013 Masaki Matsushita <glass.saga@g...> * st.c: add st_values() and st_values_check(). -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/