1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00
14
Development
Jonathan Rosenbaum edited this page 2017-07-15 03:28:33 -04:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Development

Reporting bugs and requesting features

If you find a bug or have a bright idea for a feature, you can report the bug on our issue tracker.

Getting the latest cutting edge version

YBDB is hosted on Github.

If you dont want to install Git, but you are feeling adventurous and want to get the very latest development version, you can use the Download button on the GitHub page to get a tarball of the project.

To clone YBDB, change to a directory in which you want to store YBDB (e.g. ~/Sites):

git clone https://github.com/fspc/Yellow-Bike-Database.git
cd Yellow-Bike-Database

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.