Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 1.04 KB

Contributing

🙋   How to help:
  1. Fork it!
  2. Clone your forked repo to your local
  3. Create your feature branch: git checkout -b my-new-feature
  4. Develop your new awesome feature
  5. Build it npm run build (it will make a new files beside yours but its ok)
  6. Stage your changes: git add .
  7. Commit your changes: git commit -m 'Add some feature'
  8. Push to the branch: git push origin my-new-feature
  9. Submit a pull request!

Tip:

🚫   Don't edit the files in dist/, www/ - they are generated:

What you can do

🏗️   Building the project

  • you can add some new awesome components
  • you can edit or add some props,function and attribute for each components in src/components/<component_name>