Skip to content

Commit 1bf20f9

Browse files
derrickstoleedscho
authored andcommitted
Merge pull request #333: update microsoft/git README
Signed-off-by: Derrick Stolee <[email protected]>
2 parents b0d4a8b + 9f3a9c4 commit 1bf20f9

File tree

3 files changed

+250
-181
lines changed

3 files changed

+250
-181
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.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
Thanks for taking the time to contribute to Git!
22

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/)
17-
to conveniently send your Pull Requests commits to our mailing list.
18-
19-
For a single-commit pull request, please *leave the pull request description
20-
empty*: your commit message itself should describe your changes.
21-
22-
Please read the "guidelines for contributing" linked above!
3+
This fork contains changes specific to monorepo scenarios. If you are an
4+
external contributor, then please detail your reason for submitting to
5+
this fork:
6+
7+
* [ ] This is an early version of work already under review upstream.
8+
* [ ] This change only applies to interactions with Azure DevOps and the
9+
GVFS Protocol.
10+
* [ ] This change only applies to the virtualization hook and VFS for Git.

0 commit comments

Comments
 (0)