Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 476 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 476 Bytes

Contributing

Contributing to this project should be as easy and transparent as possible.

Workflow

We use GitHub Flow, so all code changes happen through pull requests.

  1. Fork the repository and create your branch from master.
  2. Change what you think is needed and rebuild the lib npm run build (to develop you can use npm run dev).
  3. Don't forget to update documentation.
  4. Issue the pull request! 🎉