= Collaboration on !GitHub = This page gives guidelines for distributed collaboration on implementing Django features. == 1. Install git == On Ubuntu: 1. it makes sense to use the latest git (1.6), there is a personal package archive that provides backports to all Ubuntu releases since Hardy at https://launchpad.net/~smartlounge/+archive 1. add `deb http://ppa.launchpad.net/smartlounge/ubuntu UBUNTU_RELEASE_NAME main` to `/etc/apt/sources.list` 1. install git {{{ $ apt-get install git }}} == 2. Fork the automatically updated copy of Django trunk on !GitHub ==