Rewrite CONTRIBUTING.md to be a guide for new developers on Windows#1529
Rewrite CONTRIBUTING.md to be a guide for new developers on Windows#1529derrickstolee merged 4 commits intogit-for-windows:masterfrom
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 <dstolee@microsoft.com>
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 <dstolee@microsoft.com>
f04e4d1 to
c2a2fd5
Compare
A couple of suggested touchups. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
|
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.mdtoCODE_OF_CONDUCT.mdand replacesCONTRIBUTING.mdwith content that may help new developers working on Git.