Skip to content

Commit

Permalink
Add FAQ link to issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeithhill committed Jan 7, 2017
1 parent 547d99a commit f0be471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
@@ -1,4 +1,4 @@
**Please fill in these details so that we can help you!**
**Check the [posh-git FAQ](https://github.com/dahlbyk/posh-git/wiki/FAQ) first and if your question is not answered, PLEASE fill in these details so that we can help you!**

### System Details

Expand All @@ -8,7 +8,7 @@
- Operating system name and version:

```powershell
# To retrieve the system details, evaluate the following commmands and paste the resulting output here
# To retrieve the above system details, paste the following line into PowerShell, press Enter and then copy the resulting output here
"`nposh-git version: $((Get-Module posh-git).Version), PSVersion: $($PSVersionTable.PSVersion), $(git --version), OS: $([System.Environment]::OSVersion)"
```

Expand Down

0 comments on commit f0be471

Please sign in to comment.