Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 653 Bytes

File metadata and controls

15 lines (13 loc) · 653 Bytes

Contributing

You are very welcome to contribute in any way you like!

Method 1

Create an issue

Method 2

  1. Fork this repository
  2. npm install dependencies (required to have Node installed)
  3. Clone the fork onto your system and create your feature branch: git checkout -b name/NEW_FEATURE_OR_CHANGE
  4. Make desired changes
  5. Run npm start to compile JSX
  6. Commit your changes: git commit -am 'Added name/NEW_FEATURE_OR_CHANGE'
  7. Push to the branch: git push origin name/NEW_FEATURE_OR_CHANGE
  8. Submit a Pull Request referencing the new feature or change with a smile 😄