Started work on ISSUES template.

Want to have small section to address each issue area:
* What happened/what did you expect?
* Fix suggestions/reason bug happened.
* How to reproduce for other contributors to replicate.
* Look at how workflow was affected by issue.
* As much detail as they can provide about their setup.
This commit is contained in:
Sam Bozek 2016-10-27 13:46:35 -07:00
parent 46ddfa8690
commit bd48d44fa7

10
.github/ISSUES.md vendored Normal file
View File

@ -0,0 +1,10 @@
<!--- Provide Summary of Issue in Title -->
# Context
<!--- Provide Introduction To the Issue with Necessary Detail, explain why you believe it is a bug -->
# Expected Behavior
<!--- What did you expect to happen? Does it contradict any documentation? -->
# Actual Behavior
<!--- What actually happened? How did it differ from the Expected Behavior? -->