Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.11 KB

contributing.md

File metadata and controls

19 lines (15 loc) · 1.11 KB

Pull requests are always welcome and respected. Cosmetic code things are not blockers.

Please open an issue to ask questions before making a big PR, that changes behaviour or adds new features.

To make a PR

npm install
npm test
  • make your changes in ./src (optionally, test them with node ./scratch.js)
  • make sure the tests still pass npm test
  • for bonus points - add a few tests in ./tests (doesn't matter where) for the new behaviour
  • create a Pull Request for the maintainers to integrate the work into the dev or master branches

don't worry about incrementing package numbers, or kicking-off builds. Releases will be handled by spencer, or other maintainers.

Lastly, thank you! Understanding the information in wikipedia is serious and important project. It's done collaboratively or not at all!