Yay, you're interested in helping work on this project. Thank you!
src/
- JavaScript Sourcedist/
- Compiled and Minifieddocs/
- Example test cases in browser and publishes to GitHub Pages
A great way to start a discussion about a potential issue is to submit an issue with the device, OS, and browser info.
Again, guard your time and effort. Make sure that you don't spend a lot of time on an improvement without talking through it first.
npm install
npm run gulp watch
When you edit and save the files in the src/
directory it will recompile
and drop the files into the dist/
directory.
Good Pull Requests include:
- A clear explaination of the problem (or enhancement)
- Clean commit history (squash where it makes sense)
- Relevant Explination of how to test
Thanks to Payform for the contribution template.