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

Latest commit

 

History

History
24 lines (20 loc) · 556 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (20 loc) · 556 Bytes

How to contribute

Making Changes

  • Please searching the issue first, make sure nobody has filed it.
  • Fork the repository on GitHub
  • Checkout a new branch
  • Modify the code in src and d.ts
  • Add unit test in test
  • Verify your changes with the code in example dir
# start dev server
npm run start

Release

  • Version should following the Semver
  • Build all
npm run build