Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.04 KB

Contributing

Thank you for wanting to contribute.

To help out, you can:

Code contributions

To start coding, you'll need:

  • a minimum of Node.js v10, though we do recommend using the latest LTS release
  • the latest npm or
  • the latest yarn

Then:

  1. Fork and clone the repository.
  2. Install all the dependencies with npm ci or yarn install --frozen-lockfile.

Open a pull request

When you have something to share, feel free to open a pull request.