Pull requests and issues are welcome! For all contributions, please:
- Read the Readme
- Search the existing issues and pull requests to make sure your contribution isn't a duplicate
If you're submitting a bug, please include the enivronment (browser/node) and relevant environment version(s) that you have encountered the bug in.
Important: if you are submitting a pull request that does not address an open issue in the issue tracker, it would be a very good idea to create an issue to discuss your proposed changes/additions before working on them.
- Fork the repo on GitHub.
- Install dependencies with
npm install
- Create a topic branch and make your changes.
- Run
npm run ci
to test your code and compile it to trianglify.min.js. - Submit a pull request to merge your topic branch into
master
.