From 6bea00dc32ad7fb0eb6a55a225738d0536142771 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 28 Nov 2013 12:18:35 +0000 Subject: * 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ doc/contributing.rdoc | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd94465116..787ca2995e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 28 21:17:32 2013 Zachary Scott + + * 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 * doc/contributing.rdoc: [DOC] Add coding style heading for patch diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc index f63d5fd34d..391dce4382 100644 --- a/doc/contributing.rdoc +++ b/doc/contributing.rdoc @@ -319,6 +319,11 @@ Here are some general rules to follow when writing Ruby and C code for CRuby: * 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 -- cgit v1.2.3