From 217cefed9d4e954a9606a0f5ad7ee6cc57aaf4f3 Mon Sep 17 00:00:00 2001 From: Andy Schwartzmeyer Date: Mon, 25 Apr 2016 11:03:58 -0700 Subject: [PATCH] Ask for current commit hash in issue template --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a18172536..e566f676b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -26,7 +26,7 @@ Please fill in the results of the following commands: $ dotnet --info -$ git status +$ git rev-parse HEAD && git status ```