Skip to content

Developer guide

Peio Roth edited this page Nov 2, 2015 · 6 revisions

Your are used to play with github so you know the workflow: submit a pull request and I will merge it to master if the following conditions are ok:

  • "keep it simple!" design
  • SOLID principles
  • Do not forget tests: travis must be happy
  • Please, learn coding style from source
  • Why not rebasing your branch to keep git history clean?
  • Optional: why not adhering to some commit conventions. I tried angular.js ones for this project.

Thanks a lot for helping!

Clone this wiki locally