diff --git a/ChangeLog b/ChangeLog index 850c83ab5c..02cb35e18d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 1 12:24:44 BST 2008 Richard W.M. Jones + + Link to "how to contribute to open source" + * HACKING: Link to external document which describes how to + contribute to open source projects. + Fri Aug 1 13:20:44 CEST 2008 Daniel Veillard * src/qemu_driver.c: patch from Chris Lalancette adding missing diff --git a/HACKING b/HACKING index aabdcc2d96..1f9ac7b2e8 100644 --- a/HACKING +++ b/HACKING @@ -41,6 +41,12 @@ The latter test checks for memory leaks. a new feature or changing the output of a program. +There is more on this subject, including lots of links to background +reading on the subject, on this page: + + http://et.redhat.com/~rjones/how-to-supply-code-to-open-source-projects/ + + Code indentation ================