issue template

This commit is contained in:
Leo Horie 2016-06-06 09:53:37 -04:00
parent 9f91858843
commit 8ee75924c8

18
ISSUE_TEMPLATE.md Normal file
View file

@ -0,0 +1,18 @@
### Description:
[Describe bug here]
### Steps to Reproduce:
```
[Provide a small snippet of code where the incorrect behavior can be seen]
```
### Expected:
[What was the expected behavior]
### Actual:
[What actually happened]