Skip to content

Commit 5243a88

Browse files
committed
Merge pull request #662 from shiftkey/issue_template
added issue template mirroring wiki notes
2 parents a5be152 + 5c989de commit 5243a88

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
- [ ] I was not able to find an [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen)
2+
or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue
3+
matching what I'm seeing
4+
5+
### Setup
6+
7+
- Which version of Git for Windows are you using? 32-bit or 64-bit? Include the
8+
output of `git version` as well.
9+
10+
_TODO_
11+
12+
```
13+
$ git --version
14+
_TODO_
15+
```
16+
17+
- Which version of Windows are you running? 32-bit or 64-bit?
18+
19+
_TODO_
20+
21+
- What options did you set as part of the installation? Or did you choose the
22+
defaults?
23+
24+
_TODO_
25+
26+
- Any other interesting things about your environment that might be related
27+
to the issue you're seeing?
28+
29+
_TODO_
30+
31+
### Details
32+
33+
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
34+
35+
_TODO_
36+
37+
- What commands did you run to trigger this issue? If you can provide a
38+
[Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)
39+
this will help us understand the issue.
40+
41+
```
42+
TODO
43+
```
44+
- What did you expect to occur after running these commands?
45+
46+
_TODO_
47+
48+
- What actually happened instead?
49+
50+
_TODO_
51+
52+
- If the problem was occurring with a specific repository, can you provide the
53+
URL to that repository to help us with testing?
54+
55+
_TODO_

0 commit comments

Comments
 (0)