Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 431 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 431 Bytes

Contributing page

Thanks for reading this file. I hope this guide as simple as possible.

Get Started

  1. Clone repository
  2. Install dependencies: pnpm install
  3. Run developer experience script: pnpm dx

Run Tests

pnpm test

I want to merge new API

  1. Use Getting started guide.
  2. Write a tests which locates in tests directory
  3. Open a Pull Request
  4. Wait for Quality gates
  5. Done 😎