Contributing
April 21, 2017 ยท View on GitHub
To contribute to the project, please follow these steps:
- Fork the repo
- Make a branch for your change
- Run
npm install - Make your changes
- Run
npm run check - Test your changes
- Run
git add -Ato add your changes - Run
git commit- with a helpful message - Push your changes with
git push - Create a Pull Request