Skip to content
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

Merged
merged 4 commits into from
Mar 7, 2018

Commits on Mar 1, 2018

  1. CODE_OF_CONDUCT: Rename CONTRIBUTING.md to CODE_OF_CONDUCT.md

    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>
    derrickstolee committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    ca87a55 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. CONTRIBUTING.md: add guide for first-time contributors

    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>
    derrickstolee committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    c2a2fd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. fixup! CONTRIBUTING.md: add guide for first-time contributors

    A couple of suggested touchups.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    de2ae42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from dscho/contributing

    CONTRIBUTING.md: add guide for first-time contributors
    derrickstolee authored Mar 6, 2018
    Configuration menu
    Copy the full SHA
    ef77b24 View commit details
    Browse the repository at this point in the history