Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 924 Bytes

contributing.md

File metadata and controls

11 lines (7 loc) · 924 Bytes

Submitting issues

Reduced test case required

All bug reports and problem issues require a reduced test case. Create one by forking any one of the CodePen demos from the docs. Try forking the basic jQuery demo or vanilla JS demo.

  • A reduced test case clearly demonstrates the bug or issue.
  • It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
  • A link to your production site is not a reduced test case.

Providing a reduced test case is the best way to get your issue addressed. They help you point out the problem. They help me verify and debug the problem. They help others understand the problem. Without a reduced test case, your issue may be closed.