Thanks for being willing to contribute!
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
- Fork and clone the repo
$ yarn installto install dependencies$ yarn testto validate you've got it working- Create a branch for your PR
- All changes should have unit tests
- Any relevant documentation should be updated
- No linting warnings/errors should be introduced
Once you are ready to commit the changes, please use the below commands
git add <files to be comitted>git commit -m 'A meaningful message
Note: please use present tense in commit messages i.e. Add feature X and not Added feature X
Please checkout the ROADMAP and raise an issue to discuss any of the items