summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 19 insertions, 3 deletions
diff --git a/README b/README
index 97be369..560d3d0 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ TABLE OF CONTENT /
________________/
- GETTING STARTED
- - PARTICIPATING
+ - CONTRIBUTING
- Sending a bug report
- Sending patches
- CREDITS
@@ -22,8 +22,9 @@ You can find a (terse and WIP) documentation in docs/overview.txt.
You can also point your browser to
http://ymorin.is-a-geek.org/projects/crosstool
-PARTICIPATING /
-_____________/
+
+CONTRIBUTING /
+____________/
Sending a bug report
--------------------
@@ -50,6 +51,19 @@ that you may find usefull:
- mq : http://mercurial.selenic.com/wiki/MqExtension
- patchbomb : http://mercurial.selenic.com/wiki/PatchbombExtension
+Commit messages should look like (without leading pipes):
+ |component: short, one-line description
+ |
+ |optional longer description
+ |on multiple lines if needed
+
+Here is an example commit message (see revision a53a5e1d61db):
+ |comp-libs/cloog: fix building
+ |
+ |For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl.
+ |For any later versions, the directory name does have the version, such as
+ |cloog-ppl-0.15.4.
+
Here's a typical hacking session:
hg clone http://ymorin.is-a-geek.org/hg/crosstool-ng crosstool-ng
cd crosstool-ng
@@ -74,11 +88,13 @@ Here's a typical hacking session:
Note: replace' (at) ' above with a plain '@'.
+
CREDITS /
_______/
The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
+
KNOWN ISSUES /
____________/