Add issue template

pull/134/head
Glen Cheney 7 years ago
parent 6f5d893a2d
commit 818437a164

@ -0,0 +1,32 @@
<!--
Reporting a bug?
================
- Try to search for your issue, it may have already been answered or even fixed in a development branch.
- Check if the issue is reproducible with the latest stable version.
- Please provide as much relevant info as possible.
- It is recommended that you make a JSFiddle/JSBin/Codepen to demonstrate your issue. You can use this "Shuffle with Images" template on CodePen to get started: http://codepen.io/pen?template=qrjOpX
- If your issue is resolved but still open, dont hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
Have a feature request?
=======================
Remove the template from below and explain why the feature should be added. Specific use-cases are best.
-->
<!-- BUG REPORT TEMPLATE -->
### Shuffle version
### Reproduction Link
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. You can use this "Shuffle with Images" template on CodePen to get started: http://codepen.io/pen?template=qrjOpX -->
### Steps to reproduce
### What is Expected?
### What is actually happening?

@ -5,6 +5,7 @@ layouts_dir: _layouts
data_dir: _data
include: ['.htaccess']
exclude: [
'.github',
'_scss',
'coverage',
'node_modules',

Loading…
Cancel
Save