[前][次][番号順一覧][スレッド一覧]

ruby-changes:31822

From: zzak <ko1@a...>
Date: Thu, 28 Nov 2013 21:18:41 +0900 (JST)
Subject: [ruby-changes:31822] zzak:r43901 (trunk): * doc/contributing.rdoc: [DOC] Add heading above ChangeLog tips to

zzak	2013-11-28 21:18:35 +0900 (Thu, 28 Nov 2013)

  New Revision: 43901

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43901

  Log:
    * doc/contributing.rdoc: [DOC] Add heading above ChangeLog tips to
      setup entry for commits, its not required. Actually easier if
      contributors don't include a ChangeLog entry.

  Modified files:
    trunk/ChangeLog
    trunk/doc/contributing.rdoc
Index: doc/contributing.rdoc
===================================================================
--- doc/contributing.rdoc	(revision 43900)
+++ doc/contributing.rdoc	(revision 43901)
@@ -319,6 +319,11 @@ Here are some general rules to follow wh https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L319
 * ABBRs should be all upper case.
 * Do as others do
 
+=== ChangeLog
+
+Although not required, if you wish to add a ChangeLog entry for your change
+please note:
+
 You can use the following template for the ChangeLog entry on your commit:
 
   Thu Jan  1 00:00:00 2004  Your Name  <yourmail@e...>
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43900)
+++ ChangeLog	(revision 43901)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Nov 28 21:17:32 2013  Zachary Scott  <e@z...>
+
+	* doc/contributing.rdoc: [DOC] Add heading above ChangeLog tips to
+	  setup entry for commits, its not required. Actually easier if
+	  contributors don't include a ChangeLog entry.
+
 Thu Nov 28 21:16:18 2013  Zachary Scott  <e@z...>
 
 	* doc/contributing.rdoc: [DOC] Add coding style heading for patch

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]