mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
8274df3e89
commit
6bea00dc32
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue