@@ -14,5 +14,5 @@ To contribute to the project, please follow these steps:
10. Run `npm run commit` (**Do not** use `git commit`) - follow the prompts to create your git message
11. Push your changes with `git push`
12. Create the Pull Request (a demo showing what the PR does is always good so you can fork [this fiddle](http://jsfiddle.net/cwhgLcjv/))
13. If there are several commits, please rebase and squash everything to only get one commit. [How to rebase a PR?](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request)
13. If there are several commits, please [rebase](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request) and [squash](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request#squash-your-changes) everything to only get one commit.