Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 392 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 392 Bytes

Contribution Guidelines

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