Skip to content

Commit 61eea16

Browse files
committed
Merge 'readme' into HEAD
Add a README.md for GitHub goodness. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents bf7e9ba + 12680ea commit 61eea16

File tree

7 files changed

+619
-6
lines changed

7 files changed

+619
-6
lines changed

.github/ISSUE_TEMPLATE.md

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
$ cat /etc/install-options.txt
30+
31+
** insert your machine's response here **
32+
```
33+
34+
- Any other interesting things about your environment that might be related
35+
to the issue you're seeing?
36+
37+
** insert your response here **
38+
39+
### Details
40+
41+
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
42+
43+
** insert your response here **
44+
45+
- What commands did you run to trigger this issue? If you can provide a
46+
[Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)
47+
this will help us understand the issue.
48+
49+
```
50+
** insert your commands here **
51+
```
52+
- What did you expect to occur after running these commands?
53+
54+
** insert here **
55+
56+
- What actually happened instead?
57+
58+
** insert here **
59+
60+
- If the problem was occurring with a specific repository, can you provide the
61+
URL to that repository to help us with testing?
62+
63+
** 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+
documenatation 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

CODE_OF_CONDUCT.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Git for Windows Code of Conduct
2+
3+
This code of conduct outlines our expectations for participants within the **Git for Windows** community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
4+
5+
## Our Pledge
6+
7+
In the interest of fostering an open and welcoming environment, we as
8+
contributors and maintainers pledge to making participation in our project and
9+
our community a harassment-free experience for everyone, regardless of age, body
10+
size, disability, ethnicity, gender identity and expression, level of experience,
11+
nationality, personal appearance, race, religion, or sexual identity and
12+
orientation.
13+
14+
## Our Standards
15+
16+
Examples of behavior that contributes to creating a positive environment
17+
include:
18+
19+
* Using welcoming and inclusive language
20+
* Being respectful of differing viewpoints and experiences
21+
* Gracefully accepting constructive criticism
22+
* Focusing on what is best for the community
23+
* Showing empathy towards other community members
24+
25+
Examples of unacceptable behavior by participants include:
26+
27+
* The use of sexualized language or imagery and unwelcome sexual attention or
28+
advances
29+
* Trolling, insulting/derogatory comments, and personal or political attacks
30+
* Public or private harassment
31+
* Publishing others' private information, such as a physical or electronic
32+
address, without explicit permission
33+
* Other conduct which could reasonably be considered inappropriate in a
34+
professional setting
35+
36+
## Our Responsibilities
37+
38+
Project maintainers are responsible for clarifying the standards of acceptable
39+
behavior and are expected to take appropriate and fair corrective action in
40+
response to any instances of unacceptable behavior.
41+
42+
Project maintainers have the right and responsibility to remove, edit, or
43+
reject comments, commits, code, wiki edits, issues, and other contributions
44+
that are not aligned to this Code of Conduct, or to ban temporarily or
45+
permanently any contributor for other behaviors that they deem inappropriate,
46+
threatening, offensive, or harmful.
47+
48+
## Scope
49+
50+
This Code of Conduct applies both within project spaces and in public spaces
51+
when an individual is representing the project or its community. Examples of
52+
representing a project or community include using an official project e-mail
53+
address, posting via an official social media account, or acting as an appointed
54+
representative at an online or offline event. Representation of a project may be
55+
further defined and clarified by project maintainers.
56+
57+
## Enforcement
58+
59+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
60+
reported by contacting the project team at **[email protected]**. All
61+
complaints will be reviewed and investigated and will result in a response that
62+
is deemed necessary and appropriate to the circumstances. The project team is
63+
obligated to maintain confidentiality with regard to the reporter of an incident.
64+
Further details of specific enforcement policies may be posted separately.
65+
66+
Project maintainers who do not follow or enforce the Code of Conduct in good
67+
faith may face temporary or permanent repercussions as determined by other
68+
members of the project's leadership.
69+
70+
## Attribution
71+
72+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
73+
available at [http://contributor-covenant.org/version/1/4][version]
74+
75+
[homepage]: http://contributor-covenant.org
76+
[version]: http://contributor-covenant.org/version/1/4/

0 commit comments

Comments
 (0)