Thank you for taking the time to contribute! 🎉
Please first discuss the change you wish to make via issue or any other method with the owners of this repository before making a change. Follow the steps above and you are done.
- Install dependencies:
npm install
- Working on library:
npm start
- Build:
npm build
We follow a systematic Git Workflow:
- Create a fork of this repo.
You can do this by pressing the fork button.
- Clone your fork of your repo to your local maching.
- Add Upstream to your clone.
- When creating a branch please indicate issue, and add the issue number.
- Changes made must be on that branch. Commits on master would directly be closed.
- Make sure that before you create a new branch for new changes, syncing with upstream is neccesary.