Before fixing any issues, first fork the repo, and then clone your fork:
git clone https://github.com/[USERNAME]/epijs.git
cd epijs
Once you've made your desired changes to the source code in EpiJS, run:
npm run build
Which will update the web
directory with new minified code. You can then commit your changes and submit your PR.
Check out all available issues and claim them with /claim
. Make sure to reference these issues when you submit your PR.
If there's a feature request already submitted and avaliable on the issues page and claim it with /claim
in the comments. Make sure to reference these issues when you submit the PR.