Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 913 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 913 Bytes

Submitting issues

Reduced test case required

All bug reports and problem issues require a reduced test case. See CSS Tricks - Reduced Test Cases on why they "are the absolute, ... number one way to troubleshoot bugs."

  • A reduced test case is an isolated example that demonstrates the bug or issue.
  • It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug. No extra functionality or styling.
  • A link to your site is not a reduced test case.
  • A CodePen is preferred so we can help you fix an error.
  • Until you provide a reduced test case, your issue will be closed.

This guideline may seem a little harsh, but it helps dramatically. Reduced test cases help you identify the issue at hand and understand your own code. On our side, they greatly reduce the amount of time spent resolving the issue.