Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 749 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 browser(s) and browser version(s) that you have encountered the bug in.

Pull Requests

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