Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Contribution

Ahmed Tarek edited this page Jan 21, 2017 · 1 revision

Contribution:

To Contribute:

  • Fork repository and clone it.
  • Install npm packages and create new branch.
  • Link local project to be able use generator with yo by running: npm link
  • Contribute to the project and push your changes.
  • Make a Pull Request.

Contribution guidlines:

  • This project uses gitflow to manage the repository.

Style Guide:

This project uses single-quotes, two space indentation, multiple var statements and multiple comments per function. Use a single space after keywords. Ex: var x = function() { ... }

Clone this wiki locally