Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 983 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 983 Bytes

Contributing

We're friendly, we don't bite. Feel free to open issues and chat with us on Gitter.

  1. Fork the repository
  2. Create a feature branch
  3. Check it in and push it to your fork
  4. Add or modify any relevant tests to maintain stability and coverage
  5. Open a pull request
  6. Make sure the checks are passing and there are no merge conflicts

You only need one approval, so once a maintainer has taken a look, they'll merge your pull request. Feel free to request a review if there's someone specific you want to review your PR.

[Set-up]

We recommend using node 8 (npm 5) for development on koala. This respects package-lock.json When installing, so that we can ensure the development environment is the same on every development environment. Use a version switcher like n or nvm to test all the currently supported node versions.