Added new bug template

This commit is contained in:
Saurabh Madan 2018-09-27 11:38:23 -07:00 committed by Sam Xu
parent 018cfb84fb
commit 9edac9751d

27
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
---
*Short summary (3-5 sentences) describing the issue.*
### Assemblies affected
*Which assemblies and versions are known to be affected?*
### Steps to reproduce
*The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.*
### Expected result
*What would happen if there wasn't a bug.*
### Actual result
*What is actually happening.*
### Additional detail
*Optional, details of the root cause if known.