Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.11 KB

contributing.md

File metadata and controls

21 lines (16 loc) · 1.11 KB

Pull requests are always welcome and respected. Cosmetic code things are never 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, work on them with npm run watch and ./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 the maintainers.

Lastly, thank you! Understanding the information in wikipedia is serious and important project.

It's done collaboratively or not at all!