From e111f0301b0f2288a74a19b9b3cdd773e8ce76c1 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Fri, 22 Apr 2016 14:49:17 -0700 Subject: [PATCH] Add GitHub issue template --- .github/ISSUE_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..a181725362 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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 + + +```