Skip to content
bsag edited this page Sep 14, 2010 · 21 revisions

To clone Tracks:


mkdir ~/dev/tracks
cd ~/dev/tracks
git clone git://github.com/bsag/tracks.git

Or you can sign up for a free account on github and fork Tracks using the convenient button. If (when!) you produce a cool new feature or fix a bug, create a patch. If you develop in a branch called ‘experiment’:


git diff master..experiment > my_feature.patch 

Then attach my_feature.patch to a ticket.

If you are on github, you can use the button to issue a pull request for your changes to be pulled into the main repository.

If you’ve found a bug or got a feature to suggest, visit the Tracks Assembla space and create a ticket. You’ll need to create an account on Assembla (free), and then send an email to butshesagirl [at] rousette [dot] org [dot] uk with your Assembla username, asking to be added as a team member.

Thanks!

Clone this wiki locally