Skip to content

Commit e356a6c

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
Merge 'readme' into HEAD
Add a README.md for GitHub goodness. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 4c74537 + f2bffa2 commit e356a6c

9 files changed

+761
-33
lines changed

.github/ISSUE_TEMPLATE.md

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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
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
62+
URL to that repository to help us with testing?
63+
64+
** insert URL here **

.github/PULL_REQUEST_TEMPLATE.md

+16-4
Original file line numberDiff line numberDiff 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/)
517
to conveniently send your Pull Requests commits to our mailing list.
618

719
Please read the "guidelines for contributing" linked above!

.github/config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
2+
3+
# *Required* toxicity threshold between 0 and .99 with the higher numbers being
4+
# the most toxic. Anything higher than this threshold will be marked as toxic
5+
# and commented on
6+
sentimentBotToxicityThreshold: .7
7+
8+
# *Required* Comment to reply with
9+
sentimentBotReplyComment: >
10+
Please be sure to review the code of conduct and be respectful of other users. cc/ @git-for-windows/trusted-git-for-windows-developers

ARCHITECTURE.md

+130
Large diffs are not rendered by default.

CODE_OF_CONDUCT.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Git Code of Conduct
1+
# Git for Windows Code of Conduct
22

33
This code of conduct outlines our expectations for participants within
4-
the Git community, as well as steps for reporting unacceptable behavior.
5-
We are committed to providing a welcoming and inspiring community for
6-
all and expect our code of conduct to be honored. Anyone who violates
4+
the **Git for Windows** community, as well as steps for reporting unacceptable
5+
behavior. We are committed to providing a welcoming and inspiring community
6+
for all and expect our code of conduct to be honored. Anyone who violates
77
this code of conduct may be banned from the community.
88

99
## Our Pledge
@@ -65,8 +65,8 @@ representative at an online or offline event.
6565
## Enforcement
6666

6767
Instances of abusive, harassing, or otherwise unacceptable behavior may be
68-
reported to the community leaders responsible for enforcement at
69-
[email protected], or individually:
68+
reported by contacting the Git for Windows maintainer or the community leaders
69+
responsible for enforcement at [email protected], or individually:
7070

7171
- Ævar Arnfjörð Bjarmason <[email protected]>
7272
- Christian Couder <[email protected]>

0 commit comments

Comments
 (0)