Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1015 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 1015 Bytes

Contributing to Sticky-Kit

Before submitting the issue you must acknowledge that you've read the following:

Thanks for reporting an issue. Sticky-kit is actually pretty complicated and handles a lot of sticky scenarios. If the issue isn't immediately obvious when written in text then you must include a minimal case example of the problem on http://jsfiddle.net/ or something similar to help save us some time.

If you're opening a pull request, remember Sticky-kit is written in CoffeeScript, so you should be applying your patch to the CoffeeScript file and not the JavaScript files. Don't worry about building/minifying the JS files, it will automatically be done on the next versioned release. In any case, you can see how it's done in the Makefile.

Thanks