diff --git a/README.md b/README.md index 9dad032..b730471 100644 --- a/README.md +++ b/README.md @@ -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.