Fixes markdown style

This commit is contained in:
Carla 2016-08-17 10:39:53 +02:00 committed by GitHub
parent 1889c52578
commit 990e714685

View File

@ -30,9 +30,10 @@ The process is as follows:
1. Create a new **topic branch** from `develop` for any new feature
or bugfix and commit their changes to it:
```shell
git fetch && git checkout -b my-cool-feature origin/develop
```
```shell
git fetch && git checkout -b my-cool-feature origin/develop
```
1. Code, commit, push, repeat.
1. Write some **tests** for your feature or bugfix.
1. Update the [NEWS.md](https://github.com/CartoDB/crankshaft/blob/develop/NEWS.md) doc.