Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1013 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 1013 Bytes

Contributing

By participating in this project, you agree to abide by the thoughtbot code of conduct.

  • Fork, then clone the repo:
git clone [email protected]:your-username/excel4node.git
  • Install package dependencies
npm install
  • Make sure the tests pass:
npm run test
  • Make your change. Add tests for your change. Make the tests pass:
npm run test
  • All library code is contained in the source directory. Running 'npm run watch' will start a babel watch process and transpile output to the distribution directory.

  • Document your change in code using jsdoc conventions

  • Update the README.md file with instructions on how how use your change

  • Push to your fork and submit a pull request.

Please follow the style guide.