You are very welcome to contribute in any way you like!
Create an issue
- Fork this repository
npm installdependencies (required to have Node installed)- Clone the fork onto your system and create your feature branch:
git checkout -b name/NEW_FEATURE_OR_CHANGE - Make desired changes
- Run
npm startto compile JSX - Commit your changes:
git commit -am 'Added name/NEW_FEATURE_OR_CHANGE' - Push to the branch:
git push origin name/NEW_FEATURE_OR_CHANGE - Submit a Pull Request referencing the new feature or change with a smile 😄