From a7b9ffa0980322de3015c7bb84e78e90568395cc Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Wed, 4 Jan 2017 16:10:41 -0700 Subject: [PATCH] Add issue template for new issues. I "think" all we need is this specially named file but I'm not 100% sure of that. --- ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..a8d0eedd2 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +**Please fill in these details so that we can help you!** + +### System Details + +- posh-git version: +- PowerShell version: +- Git version: +- Operating system name and version: + +```powershell +# To retrieve the system details, evaluate the following commmands and paste the resulting output here +"`nposh-git version: $((Get-Module posh-git).Version), PSVersion: $($PSVersionTable.PSVersion), $(git --version), OS: $([System.Environment]::OSVersion)" +``` + +### Issue Description + +I am experiencing a problem with...