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.
- login with your GitHub account or create an account for you
- fork the current
wtf_wikipedia
repository
npm install
npm test
- make your changes in
./src
(optionally, test them withnode ./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!