# Submit an issue, feedback or a feature request
- Any of these issue topics are welcome :O)

# CONTRIBUTING
 - Fork it!
 - Clone your fork
 - Install development dependencies
   - ```cd sulu;```
   - ```npm install;```
 - Create your feature branch: `git checkout -b my-new-feature;`
 - Add a test for each new code
 - Add add your new code
 - Run the tests: `npm test;`
 - Commit your changes: `git commit -am 'Add some feature';`
 - Push to the branch: `git push origin my-new-feature;`
 - Submit a pull request :dog: 