From c7799d0af7ea2926821097e27baa730d5582c26c Mon Sep 17 00:00:00 2001 From: tarek Date: Sat, 26 Sep 2009 00:46:43 +0200 Subject: started a dev guide for contributors --HG-- branch : distribute extra : rebase_source : 9592be3b368bdc8765c15f5030fff4e69de46e6b --- DEVGUIDE.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 DEVGUIDE.txt diff --git a/DEVGUIDE.txt b/DEVGUIDE.txt new file mode 100644 index 00000000..df259473 --- /dev/null +++ b/DEVGUIDE.txt @@ -0,0 +1,28 @@ +============================ +Quick notes for contributors +============================ + +Distribute is using Mercurial. + +Grab the code at bitbucket:: + + + $ hg clone https://tarek@bitbucket.org/tarek/distribute distribute + +If you want to work in the 0.6 branch, you have to switch to it:: + + $ hg branch 0.6-maintenance + marked working directory as branch 0.6-maintenance + + $ hg branch + 0.6-maintenance + +If you make some changes, don't forget to: + +- backport it to the 0.7 branch +- add a note in CHANGES.txt + +And remember that 0.6 is only bug fixes, and the APIs should +be fully backward compatible with Setuptools. + + -- cgit v1.2.3