Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 459 Bytes

contributing.md

File metadata and controls

9 lines (9 loc) · 459 Bytes
  1. Create a fork
  2. npm install locally
  3. Do your changes
  4. When adding functionality, make sure to a test case, PR's without test cases will be dismissed.
  5. Please validate your changes using eslint, I did not include it on travis, changes should be avoided unless required.
  6. Validate your changes via npm test
  7. Refrain from editing the commit history, such PR's will NOT be accepted.
  8. Request pull request.
  9. Wait for approval/dismissal.