Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1004 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1004 Bytes

Contributing guidelines

First Steps

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.

Fixing Issues

Check out all available issues and claim them with /claim. Make sure to reference these issues when you submit your PR.

Adding features

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.