1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00

Updated Development (markdown)

Jonathan Rosenbaum 2017-07-15 01:38:13 -04:00
parent e42c747444
commit 2fc221e982

@ -15,3 +15,9 @@ To clone YBDB, change to a directory in which you want to store YBDB (e.g. ~/Sit
git clone https://github.com/Yellow-Bike-Database/tracks.git
cd tracks
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.
Or you can sign up for a free account on GitHub and fork YBDB using the convenient button. You can then use the button to issue a pull request for your changes to be pulled into the main repository.