657
edits
mNo edit summary |
|||
Line 6: | Line 6: | ||
== Guidelines == | == Guidelines == | ||
General structure of the commit message: | |||
:: '''One-line description''' | |||
:: Empty line | |||
:: '''Body of the commit message''' | |||
Each part is explained in detail below. | |||
Here there is an example: | |||
<pre> | |||
Give message id to undefined function error | |||
* pt-id.cc (tree_identifier::eval_undefined_error): used | |||
::error_with_id instead of ::error to report undefined functions | |||
with id. | |||
</pre> | |||
=== One-line description === | === One-line description === |
edits