Skip to content

Commit

Permalink
Merge pull request #847 from cchan/patch-1
Browse files Browse the repository at this point in the history
ISSUE_TEMPLATE for #846
  • Loading branch information
dscho authored Sep 5, 2016
2 parents 1f448f5 + 588779b commit 732a511
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,31 @@

### Setup

- Which version of Git for Windows are you using? 32-bit or 64-bit? Include the
output of `git version` as well.

_TODO_
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?

```
$ git --version
$ git --version --build-options
_TODO_
```

- Which version of Windows are you running? 32-bit or 64-bit?
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?

_TODO_
```
$ cmd.exe /c ver
_TODO_
```

- What options did you set as part of the installation? Or did you choose the
defaults?

_TODO_
```
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install_options.txt
_TODO_
```

- Any other interesting things about your environment that might be related
to the issue you're seeing?
Expand Down

0 comments on commit 732a511

Please sign in to comment.