- Fork it!
- Clone your forked repo to your local
- Create your feature branch:
git checkout -b my-new-feature
- Develop your new awesome feature
- Build it
npm run build
(it will make a new files beside yours but its ok) - Stage your changes:
git add .
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!
Tip:
- if you accidentally run
npm start
before committing your changes, runnpm run build
again then commit. - You can browse any issue you can help at https://github.com/isnur/is-web-component/issues
- you can add some new awesome components
- you can edit or add some
props
,function
andattribute
for each components insrc/components/<component_name>