If you have a new button style you would like to add or any fixes you want to contribute, be sure to follow this guideline.
-
Fork the repository.
-
To make changes to the existing buttons or to add new buttons edit index.html and assets/css/index.css
-
to add icon add your icon in assets/css/icon folder
- Create a new branch:
git branch new-branch
- Checkout new branch:
git checkout new-branch
- Add, commit and push your changes to the new branch
git add .
git commit -m "changes"
git push origin new-branch
-
Go to your forked repository and press the “New pull request” button.
-
Once the pull request is reviewed and approved, it will be merged.