Add GitHub issue template

This commit is contained in:
Andrew Schwartzmeyer 2016-04-22 14:49:17 -07:00
parent b8699a046d
commit e111f0301b

32
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,32 @@
Before submitting this issue, please first:
- [ ] Search the existing issues.
- [ ] Refer to the [FAQ](../docs/FAQ.md).
- [ ] Refer to the [known issues](../docs/KNOWNISSUES.md).
- [ ] If it is a bug, fill out this form:
Steps to reproduce
------------------
Expected behavior
-----------------
Actual behavior
---------------
Environment data
----------------
Please fill in the results of the following commands:
```sh
$ dotnet --info
$ git status
```