mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-20 07:56:09 +01:00
Migrated from home v5
parent
e4aab13521
commit
b867b1fe0c
1 changed files with 11 additions and 1 deletions
12
Home.textile
12
Home.textile
|
|
@ -8,7 +8,17 @@ git clone git://github.com/bsag/tracks.git
|
|||
</code>
|
||||
</pre>
|
||||
|
||||
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':
|
||||
|
||||
<pre>
|
||||
<code>
|
||||
git diff master..experiment > my_feature.patch
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue