Skip to content

Commit 283df2c

Browse files
derrickstoleedscho
authored andcommitted
.github: update ISSUE_TEMPLATE.md for microsoft/git
We have been using the default issue template from git-for-windows/git, but we should ask different questions than Git for Windows. Update the issue template to ask these helpful questions. Signed-off-by: Derrick Stolee <derrickstolee@github.com>
1 parent 3140d78 commit 283df2c

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
- [ ] I was not able to find an [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen) or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue matching what I'm seeing
1+
- [ ] I was not able to find an [open](https://github.com/microsoft/git/issues?q=is%3Aopen)
2+
or [closed](https://github.com/microsoft/git/issues?q=is%3Aclosed) issue matching
3+
what I'm seeing, including in [the `git-for-windows/git` tracker](https://github.com/git-for-windows/git/issues).
24

35
### Setup
46

5-
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
7+
- Which version of `microsoft/git` are you using? Is it 32-bit or 64-bit?
68

79
```
810
$ git --version --build-options
911
1012
** insert your machine's response here **
1113
```
1214

13-
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
15+
Are you using Scalar or VFS for Git?
16+
17+
** insert your answer here **
18+
19+
If VFS for Git, then what version?
1420

1521
```
16-
$ cmd.exe /c ver
22+
$ gvfs version
1723
1824
** insert your machine's response here **
1925
```
2026

21-
- What options did you set as part of the installation? Or did you choose the
22-
defaults?
27+
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
2328

2429
```
25-
# One of the following:
26-
> type "C:\Program Files\Git\etc\install-options.txt"
27-
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
28-
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
29-
> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt"
30-
$ cat /etc/install-options.txt
30+
$ cmd.exe /c ver
3131
3232
** insert your machine's response here **
3333
```
@@ -58,7 +58,11 @@ $ cat /etc/install-options.txt
5858

5959
** insert here **
6060

61-
- If the problem was occurring with a specific repository, can you provide the
62-
URL to that repository to help us with testing?
61+
- If the problem was occurring with a specific repository, can you specify
62+
the repository?
6363

64-
** insert URL here **
64+
* [ ] Public repo: **insert URL here**
65+
* [ ] Windows monorepo
66+
* [ ] Office monorepo
67+
* [ ] Other Microsoft-internal repo: **insert name here**
68+
* [ ] Other internal repo.

0 commit comments

Comments
 (0)