You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] 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
2
+
3
+
### Setup
4
+
5
+
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
6
+
7
+
```
8
+
$ git --version --build-options
9
+
10
+
** insert your machine's response here **
11
+
```
12
+
13
+
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
14
+
15
+
```
16
+
$ cmd.exe /c ver
17
+
18
+
** insert your machine's response here **
19
+
```
20
+
21
+
- What options did you set as part of the installation? Or did you choose the
22
+
defaults?
23
+
24
+
```
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
31
+
32
+
** insert your machine's response here **
33
+
```
34
+
35
+
- Any other interesting things about your environment that might be related
36
+
to the issue you're seeing?
37
+
38
+
** insert your response here **
39
+
40
+
### Details
41
+
42
+
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
43
+
44
+
** insert your response here **
45
+
46
+
- What commands did you run to trigger this issue? If you can provide a
47
+
[Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)
48
+
this will help us understand the issue.
49
+
50
+
```
51
+
** insert your commands here **
52
+
```
53
+
- What did you expect to occur after running these commands?
54
+
55
+
** insert here **
56
+
57
+
- What actually happened instead?
58
+
59
+
** insert here **
60
+
61
+
- If the problem was occurring with a specific repository, can you provide the
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,19 @@
1
-
Thanks for taking the time to contribute to Git! Please be advised that the
2
-
Git community does not use github.com for their contributions. Instead, we use
3
-
a mailing list ([email protected]) for code submissions, code reviews, and
4
-
bug reports. Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/)
1
+
Thanks for taking the time to contribute to Git!
2
+
3
+
Those seeking to contribute to the Git for Windows fork should see
4
+
http://gitforwindows.org/#contribute on how to contribute Windows specific
5
+
enhancements.
6
+
7
+
If your contribution is for the core Git functions and documentation
8
+
please be aware that the Git community does not use the github.com issues
9
+
or pull request mechanism for their contributions.
10
+
11
+
Instead, we use the Git mailing list ([email protected]) for code and
12
+
documentation submissions, code reviews, and bug reports. The
13
+
mailing list is plain text only (anything with HTML is sent directly
14
+
to the spam folder).
15
+
16
+
Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/)
5
17
to conveniently send your Pull Requests commits to our mailing list.
6
18
7
19
For a single-commit pull request, please *leave the pull request description
0 commit comments