-
Notifications
You must be signed in to change notification settings - Fork 408
How to create a Reduced Test Case
##Step 1: Isolate the bug on your end
More often than not, the problem is with your code, not with FullCalendar. To determine this, remove as much of your code as possible:
Remove all unrelated stylesheets and JS files Remove all unrelated 3rd party libraries Remove all server-side logic. Use static HTML and JSON files instead. For more info on this technique, read Reduced Test Cases.
##Step 2: Post a public demonstration of the bug
Use a service like JSBin, JSFiddle, or plnkr to demonstrate the bug online. Enter your JS, CSS, HTML, and JSON and wire up all the relevant dependencies (Angular, Moment, angular-bootstrap-datetimepicker, etc).
Instructions: Create a new bin, make your changes, select file
-> save snapshop
, click Share
at the top, then get the Link.