-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows #1529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows #1529
Conversation
The current CONTRIBUTING.md file is actually a code of conduct. This is a valuable document, but is misnamed. A following patch will replace CONTRIBUTING.md with a guide to contributing to Git using a Windows machine. Signed-off-by: Derrick Stolee <[email protected]>
beb4a65
to
f04e4d1
Compare
CONTRIBUTING.md
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
CONTRIBUTING.md
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
CONTRIBUTING.md
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
CONTRIBUTING.md
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
CONTRIBUTING.md
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
CONTRIBUTING.md
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
CONTRIBUTING.md
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Obviously, I like the renaming step, as I suggested it (during informal pre-review). Here is a note to myself that I also have to see whether we need to update any reference to the code of conduct. |
Getting started contributing to Git can be difficult on a Windows machine. CONTRIBUTING.md contains a guide to getting started, including detailed steps for setting up build tools, running tests, and submitting patches to upstream. Signed-off-by: Derrick Stolee <[email protected]>
f04e4d1
to
c2a2fd5
Compare
A couple of suggested touchups. Signed-off-by: Johannes Schindelin <[email protected]>
I offered a couple of tiny modifications at derrickstolee#3 @derrickstolee could you have a look? |
CONTRIBUTING.md: add guide for first-time contributors
Could I ask you to rebase (with |
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows
Git was originally designed for Unix systems and still today, all the build tools for the Git
codebase assume you have standard Unix tools available in your path. If you have an open-source
mindset and want to start contributing to Git, but primarily use a Windows machine, then you may
have trouble getting started. This guide is for you.
This pull request renames
CONTRIBUTING.md
toCODE_OF_CONDUCT.md
and replacesCONTRIBUTING.md
with content that may help new developers working on Git.