Before sending a pull request remember to follow John's Angular Style Guide.
- Fork it!
- Use an editor that has EditorConfig support
- Create your feature branch:
git checkout -b my-new-feature - Make your changes on the
srcfolder, never on thedistfolder. - ENSURE to follow the EditorConfig format style (found in this project), in order to have a consistent format style. (Webstorm supports/detects EditorConfig can auto-format JavScript files by pressing Ctrl-Alt-L )
- ENSURE to follow John's Angular Style Guide
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D