summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/contributing.rdoc5
2 files changed, 11 insertions, 0 deletions
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 <e@zzak.io>
+
+ * 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@zzak.io>
* 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 <yourmail@example.com>