aboutsummaryrefslogtreecommitdiffstats
path: root/doc/contributing.rdoc
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-28 12:18:35 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-28 12:18:35 +0000
commit6bea00dc32ad7fb0eb6a55a225738d0536142771 (patch)
tree9cb3851984faa38c0fc40c91d32931ec6321bcfa /doc/contributing.rdoc
parent8274df3e89dd2830476776f9b2c3f41b64788bfe (diff)
downloadruby-6bea00dc32ad7fb0eb6a55a225738d0536142771.tar.gz
* 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
Diffstat (limited to 'doc/contributing.rdoc')
-rw-r--r--doc/contributing.rdoc5
1 files changed, 5 insertions, 0 deletions
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 <yourmail@example.com>