Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 637 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 637 Bytes

CONTRIBUTING

Before creating your pull request, make sure that it meets the following

  • Make sure that your code isn't breaking any other method of the package.
  • Make sure to write your code with ES6 (aka ECMAScript 6, ECMAScript 2015) syntax.
  • Make sure that your request will work with the node version supplied in package.json file.

NOTE: When creating your pull request, ensure that you are merging your forked and edited master branch into the base repository master branch.