From b867b1fe0cc9934ba72219661b9ccc78285cf3c2 Mon Sep 17 00:00:00 2001 From: bsag Date: Tue, 14 Sep 2010 09:01:41 -0700 Subject: [PATCH] Migrated from home v5 --- Home.textile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Home.textile b/Home.textile index 9d60cb2..32cc406 100644 --- a/Home.textile +++ b/Home.textile @@ -8,7 +8,17 @@ 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 or - if you are on github - send a pull request for your changes to be pulled into the main repository. +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 "Development site":http://dev.rousette.org.uk/ and create a ticket.