Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 877 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 877 Bytes

Questions?

For questions, please use Stack Overflow and be sure to use the featherlight.js tag. Please provide an example, starting for example from this jsfiddle

Reporting bugs and issues

If you believe you've found a bug, please open an issue on Github and provide an example starting from this jsfiddle.

Pull requests

Pull requests are welcome (good tips can be found on Stack Overflow)

To run the tests, you can open test/featherlight.html or test/featherlight_gallery.html in your browser. Alternatively, run them from the console with grunt test; you will need to run npm install the first time.