Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 392 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 392 Bytes

Contributing

Thanks for your interest in contributing to qparse.

Set up

  • Install node.js 12.x or above.
  • Run npm install from the project root.

Making change

  • The project source code is located under /lib
  • The test files end with .spec.ts

Running test

Run npm test

Proposing change

Please ensure that your proposed changes include test cases, if practical.