Contribution Guidelines

January 28, 2018 ยท View on GitHub

Your PRs and stars are always welcome.

Please, try to follow:

  • Clone the repository.
  • Checkout develop branch.
  • Install dependencies.
  • Add your new features or fixes.
  • Run Promises/A+ test suites.
  • Build the project.
$ git clone https://github.com/rousan/belofte.js.git
$ cd belofte.js
$ git checkout develop
$ npm i
$ npm test
$ npm run build