···4455## Reduced test cases required
6677-All bug reports and problem issues require a [**reduced test case**](https://css-tricks.com/reduced-test-cases/). Create one by [forking this CodePen](https://codepen.io/desandro/pen/xNLWwG).
77+All bug reports and problem issues require a [**reduced test case**](https://css-tricks.com/reduced-test-cases/). Create one by forking this any one of the [Zdog demos on CodePen](https://codepen.io/desandro/pens/tags/?grid_type=list&selected_tag=zdog-v1-docs&sort_col=created_at&sort_order=asc).
88+99+**CodePen**
1010+1111++ [Hello world canvas](https://codepen.io/desandro/pen/YbrLaO)
1212++ [Hello world SVG](https://codepen.io/desandro/pen/Bewxme)
1313++ [resize fullscreen](https://codepen.io/desandro/pen/dEJxaV)
1414++ [Stutter](https://codepen.io/desandro/pen/xNPaoP)
1515+1616+**Test cases**
817918+ A reduced test case clearly demonstrates the bug or issue.
1019+ It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
+2-2
.github/issue_template.md
···11-<!-- Thanks for submitting an issue! If you have a bug or problem issue, please include a **reduced test case**. Create one in CodePen or other demo site. See guidelines link above. -->
11+<!-- Thanks for submitting an issue! If you have a bug or problem issue, please include a **reduced test case**. Create one in CodePen or other demo site. See contributing guidelines. -->
2233-**Test case:** https://codepen.io/desandro/pen/xNLWwG
33+**Test case:** https://codepen.io/desandro/pen/YbrLaO
+2-2
README.md
···3232``` js
3333let isSpinning = true;
34343535-const illo = new Zdog.Illustration({
3535+let illo = new Zdog.Illustration({
3636 element: '.zdog-canvas',
3737 zoom: 4,
3838 dragRotate: true,
···86868787### Other Zdog repos
88888989-+ [zdog-demos](https://github.com/metafizzy/zdog-demos) - More, bigger, wilder Zdog demos
8989++ [zdog-demos](https://github.com/metafizzy/zdog-demos) - Bigger, wilder Zdog demos
9090+ [zdog-docs](https://github.com/metafizzy/zdog-docs) - Documentation site source code for [zzz.dog](https://zzz.dog)
91919292---