Thanks for being willing to contribute!
Please use the GitHub issue tracker.
Before creating a new issue, do a quick search to see if the problem has been reported already.
- Fork the repo
- Install dependencies:
npm install
- Ensure everything is working:
npm run validate
- Create your feature branch:
git checkout -b my-new-feature
- Write code
- Once complete, submit a pull request on GitHub.