Changes between Version 23 and Version 24 of UsingGitHub


Ignore:
Timestamp:
Jan 27, 2014 12:48:07 PM (10 years ago)
Author:
Ricky de Laveaga
Comment:

typo you/your

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitHub

    v23 v24  
    33Sometimes 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.
    44
    5 Because 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.
     5Because this process is experimental, you'll probably want to line up a reviewer for your changes ahead of time to make sure they're interested in using this process.
    66
    77''Note: This document assumes that you're already familiar with git and GitHub.  If you're interested in learning about git and/or GitHub, there are lots of great tutorials and blog posts around the web.  (Please feel encouraged to add links that you've found helpful.)