Skip to content

Commit 2a6e47d

Browse files
derrickstoleedscho
authored andcommitted
Merge pull request #333: update microsoft/git README
Signed-off-by: Derrick Stolee <[email protected]>
2 parents 2aafb25 + 81d954e commit 2a6e47d

File tree

5 files changed

+299
-272
lines changed

5 files changed

+299
-272
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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).
4+
5+
### Setup
6+
7+
- Which version of `microsoft/git` are you using? Is it 32-bit or 64-bit?
8+
9+
```
10+
$ git --version --build-options
11+
12+
** insert your machine's response here **
13+
```
14+
15+
Are you using Scalar or VFS for Git?
16+
17+
** insert your answer here **
18+
19+
If VFS for Git, then what version?
20+
21+
```
22+
$ gvfs version
23+
24+
** insert your machine's response here **
25+
```
26+
27+
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
28+
29+
```
30+
$ cmd.exe /c ver
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 specify
62+
the repository?
63+
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/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.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)