-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Establishing guideslines for new issues. Reduced test case required
- Loading branch information
1 parent
d2e07f9
commit b425cbc
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,13 @@ | ||
## Submitting issues | ||
|
||
### Reduced test case required | ||
|
||
All bug reports and problem issues require a reduced test case. See [CSS Tricks - Reduced Test Cases](http://css-tricks.com/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](http://codepen.io) 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. |