Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1008 Bytes

Contributing.md

File metadata and controls

20 lines (13 loc) · 1008 Bytes

Contributing Guidelines

Pull requests and issues are welcome! For all contributions, please:

  1. Read the Readme
  2. Search the existing issues and pull requests to make sure your contribution isn't a duplicate

Issues

If you're submitting a bug, please include the enivronment (browser/node) and relevant environment version(s) that you have encountered the bug in.

Pull Requests

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.

  1. Fork the repo on GitHub.
  2. Install dependencies with npm install
  3. Create a topic branch and make your changes.
  4. Run npm run ci to test your code and compile it to trianglify.min.js.
  5. Submit a pull request to merge your topic branch into master.