Changes between Version 6 and Version 7 of UsingGitHub


Ignore:
Timestamp:
Mar 15, 2012 5:05:40 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitHub

    v6 v7  
    11= Contributing to WebKit using GitHub (Proposal) =
    22
    3 TODO: Add an overview for what you might want to do this.
     3Sometimes when folks are developing an experimental feature, they feel stressed by WebKit's current code review system because breaking their feature down into many small patches that land over a period of weeks makes it harder for them to iterate on the feature.  This document describes an alternative process for contributing to WebKit that uses a more git-like approach based on GitHub's tools.  This process is somewhat experimental, but it might work well for folks who are familiar with git-style development and are working on largely self-contained features.
     4
     5Because this process is experimental, you'll probably want to line up a reviewer for you changes ahead of time to make sure they're interested in using this process.
    46
    57== Setup ==