387
edits
m (→Guidelines) |
|||
Line 38: | Line 38: | ||
Individual files you touched get their changes separately enumerated. If there a particular C or C++ function you changed, the general format is | Individual files you touched get their changes separately enumerated. If there a particular C or C++ function you changed, the general format is | ||
* file.cc (class1::function1): | * file.cc (class1::function1): Make change foo. | ||
(class2::function2): | (class2::function2): Make change bar. | ||
Note the newline for describing the change to a different function. General GNU style guidelines can be followed here, so that similar changes to different files can be grouped. | Note the newline for describing the change to a different function. General GNU style guidelines can be followed here, so that similar changes to different files can be grouped. |