diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a97b8038a..448edcb33f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,15 @@ # OpenStreetMap Carto contribution guidelines +## Workflow + +We operate the "Fork & Pull" model explained at + +https://help.github.com/articles/using-pull-requests + +You should fork the project into your own repo, create a topic branch +there and then make one or more pull requests back to the gravitystorm repository. +Your pull requests will then be reviewed and discussed. + ## CartoCSS Style Guidelines * Always specify zoom levels as either >= or < . Don't use = or =< or > @@ -42,4 +52,4 @@ instead of Some changes benefit from a review from a wider audience. In most cases some static images are sufficient, but sometimes a demo layer is necessary. pnorman has a private server which can host layers and has some data from parts of the world loaded. Before requesting this in a pull request, make sure that you don't anticipate any more changes to it. -This does not replace reviewing your changes in Tilemill \ No newline at end of file +This does not replace reviewing your changes in Tilemill