On Fri, May 1, 2015 at 7:07 AM, jan i <[email protected]> wrote: > Public feature branches should only be used, when multiple people work on a > feature. A feature branch is started after the intention is made clear on > dev@ >
One thing we've done within our organization is make a distinction between public feature branches - which are longer lived with multiple committers, and "work in progress" branches for individual changes which are generally owned by a single committer and are very short lived. Would it make sense for committers to create work in progress branches on the apache github, or should these be maintained outside apache infastructure? -Dan
