README
changeset 1546 61e8ce6419f4
parent 1490 bb70615043cb
child 1554 3b8df55987ae
     1.1 --- a/README	Fri Aug 28 12:09:04 2009 +0200
     1.2 +++ b/README	Sun Sep 27 12:03:48 2009 +0200
     1.3 @@ -22,8 +22,8 @@
     1.4  You can also point your browser to
     1.5    http://ymorin.is-a-geek.org/projects/crosstool
     1.6  
     1.7 -PARTICIPATING /
     1.8 -_____________/
     1.9 +CONTRIBUTING /
    1.10 +____________/
    1.11  
    1.12  Sending a bug report
    1.13  --------------------
    1.14 @@ -50,6 +50,19 @@
    1.15    - mq        : http://mercurial.selenic.com/wiki/MqExtension
    1.16    - patchbomb : http://mercurial.selenic.com/wiki/PatchbombExtension
    1.17  
    1.18 +Commit messages should look like (without leading pipes):
    1.19 + |component: short, one-line description
    1.20 + |
    1.21 + |optional longer description
    1.22 + |on multiple lines if needed
    1.23 +
    1.24 +Here is an example commit message (see revision a53a5e1d61db):
    1.25 + |comp-libs/cloog: fix building
    1.26 + |
    1.27 + |For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl.
    1.28 + |For any later versions, the directory name does have the version, such as
    1.29 + |cloog-ppl-0.15.4.
    1.30 +
    1.31  Here's a typical hacking session:
    1.32    hg clone http://ymorin.is-a-geek.org/hg/crosstool-ng crosstool-ng
    1.33    cd crosstool-ng