From: Richard W.M. Jones Date: Fri, 1 Aug 2008 11:25:22 +0000 (+0000) Subject: Link to "how to contribute to open source" X-Git-Tag: LIBVIRT_0_4_6~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb516144ed9b07a463e19dca737938f9f914b3f;p=thirdparty%2Flibvirt.git Link to "how to contribute to open source" * HACKING: Link to external document which describes how to contribute to open source projects. --- 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 ================