Skip to content

Commit 5c61ec6

Browse files
authored
Merge pull request git#1039 from PhilipOakley/gfw-template
Issues-Template: remove '_TODO_'s; use kinder words
2 parents 3014b57 + 00883b7 commit 5c61ec6

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77
```
88
$ git --version --build-options
9-
_TODO_
9+
10+
** insert your machine's response here **
1011
```
1112

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

1415
```
1516
$ cmd.exe /c ver
16-
_TODO_
17+
18+
** insert your machine's response here **
1719
```
1820

1921
- What options did you set as part of the installation? Or did you choose the
@@ -25,36 +27,37 @@ _TODO_
2527
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
2628
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
2729
$ cat /etc/install-options.txt
28-
_TODO_
30+
31+
** insert your machine's response here **
2932
```
3033

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

34-
_TODO_
37+
** insert your response here **
3538

3639
### Details
3740

3841
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
3942

40-
_TODO_
43+
** insert your response here **
4144

4245
- What commands did you run to trigger this issue? If you can provide a
4346
[Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)
4447
this will help us understand the issue.
4548

4649
```
47-
TODO
50+
** insert your commands here **
4851
```
4952
- What did you expect to occur after running these commands?
5053

51-
_TODO_
54+
** insert here **
5255

5356
- What actually happened instead?
5457

55-
_TODO_
58+
** insert here **
5659

5760
- If the problem was occurring with a specific repository, can you provide the
5861
URL to that repository to help us with testing?
5962

60-
_TODO_
63+
** insert URL here **

0 commit comments

Comments
 (0)