Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

34 lines (15 loc) · 1.37 KB

Reporting Bugs

Each bug report MUST have a Codepen/JSFiddle recreation before any work can begin. further instructions »

Requesting Features

Please search the Issue Tracker to see if your feature has already been requested, and if so, subscribe to it. Otherwise, read these further instructions »

Contributing Features

Each new feature should be designed as robustly as possible and be useful beyond the immediate usecase it was initially designed for. Feel free to start a ticket discussing the feature's specs before coding.

Contributing Bugfixes

In the description of your Pull Request, please include recreation steps for the bug as well as a [JSFiddle/JSBin] demo. Communicating the buggy behavior is a requirement before a merge can happen.

Other Ways to Contribute

Read about other ways to contribute »

What to edit

When modifying files, please do not edit the generated or minified files in the dist/ directory. Please edit the original src/ files.