CONTRIBUTING.md in bitters-1.2.0 vs CONTRIBUTING.md in bitters-1.3.0

- old
+ new

@@ -32,10 +32,10 @@ ```bash $ gulp ``` - This will have gulp compile the stylesheets from `app/assets/stylesheets` and link them to a test page so + This will have gulp compile the stylesheets from `core/` and link them to a test page so you can preview your changes!! 5. Squash your commits into a single one (more on that [here](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)). 6. Rebase against `origin/master`, push to your fork and submit a pull request.