···11+## Feature requests
22+33+**Add ๐ reaction** to issues for features you would like to see added to Zdog. Do not add +1 comments โ [they will be deleted](https://metafizzy.co/blog/use-github-reactions-delete-plus-1-comments/).
44+55+## Submitting issues
66+77+### Reduced test case required
88+99+All bug reports and problem issues require a [**reduced test case**](https://css-tricks.com/reduced-test-cases/).
1010+1111++ A reduced test case clearly demonstrates the bug or issue.
1212++ It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
1313++ A link to your production site is **not** a reduced test case.
1414+1515+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.
1616+1717+## Pull requests
1818+1919+Contributions are welcome!
2020+2121++ **For typos and one-line fixes,** send those right in.
2222++ **For larger features,** open an issue before starting any significant work. Let's discuss to see how your feature fits within Flickity's vision.
2323++ **Follow the code style.** Spaces in brackets, semicolons, trailing commas.
2424++ **Do not edit `dist/` files.** Make your edits to source files in `js/` and `css/`.
2525++ **Do not run `make` to update `dist/` files.** I'll take care of this when I create a new release.
+3
.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. -->
22+33+**Test case:** https://codepen.io/desandro/pen/azqbop
+9-4
README.md
···8899### Download
10101111-+ [zdog.pkgd.min.js](https://unpkg.com/zdog@0/dist/zdog.pkgd.min.js) minified, or
1212-+ [zdog.pkgd.js](https://unpkg.com/zdog@0/dist/zdog.pkgd.min.js) un-minified
1111++ [zdog.dist.min.js](https://unpkg.com/zdog@0/dist/zdog.dist.min.js) minified, or
1212++ [zdog.dist.js](https://unpkg.com/zdog@0/dist/zdog.dist.js) un-minified
13131414### CDN
15151616Link directly to Zdog JS on [unpkg](https://unpkg.com).
17171818``` html
1919-<script src="https://unpkg.com/zdog@0/dist/zdog.pkgd.min.js"></script>
1919+<script src="https://unpkg.com/zdog@0/dist/zdog.dist.min.js"></script>
2020```
21212222### Package managers
···84848585Zdog v1 is a beta-release, of sorts. This is my first time creating a 3D engine, so I probably got some stuff wrong. Expect lots of changes for v2. Provide input and select new features on the [Zdog issue tracker on GitHub](https://github.com/metafizzy/zdog/issues).
86868787+### Other Zdog repos
8888+8989++ [zdog-demos](https://github.com/metafizzy/zdog-demos) - Lots more bigger, wilder Zdog demos
9090++ [zdog-docs](https://github.com/metafizzy/zdog-docs) - Documentation site source code for [zzz.dog](https://zzz.dog)
9191+8792---
88938989-Licensed MIT
9494+Licensed MIT. Made by Metafizzy ๐๐ป