From 86d885e5337a7188631b6e720944fb913e38327f Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Sun, 29 Apr 2018 13:00:08 -0700 Subject: [PATCH] Added a template for filing issues --- .github/ISSUE_TEMPLATE | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000000..d7a9ec10b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,25 @@ +#### Is this a Bug or Feature request?: + + +#### Steps to reproduce or link to a repro project: + + +#### Description of the problem: + + +#### Version of `Microsoft.AspNetCore.Mvc` or `Microsoft.AspNetCore.App` or `Microsoft.AspNetCore.All`: + + + \ No newline at end of file