Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

Please consider signing the neveragain.tech pledge

Contributing

Any change to behavior (including bugfixes) must come with a test.

Patches that fail tests or reduce performance will be rejected.

# to run tests
npm test

# to re-generate test fixtures
npm run test-regen

# to benchmark against bash/zsh
npm run bench

# to profile javascript
npm run prof