Skip to content
  • code-dredd's avatar
    Doc: Add new guidelines and branching strategy · 04952c12
    code-dredd authored
    
    
    The updated contribution guidelines and branching documentation is
    intended to add more predictability and clarity for potential
    contributors.
    
    I've added a few main branches to track the tree and documented what
    each one is used for in a new BRANCHES.md document. Most of the
    documentation is based on proven and scalable strategies straight from
    the Git repository itself.
    
    Prior to this change, the branching strategy was more of an ad-hoc
    process, which would sometimes cause issues to be merged into master,
    defeating its purpose of being kept in a "production-ready" state at all
    times.
    
    With the new approach, there're four branches: `master`, `maint`, `next`,
    and `pu` for current stable/production releases, maintenance, future
    releases, and proposed updates respectively. These are explained in the
    BRANCHES.md file in more detail.
    
    The last release prior to this change is v0.2.0.
    
    Signed-off-by: default avatarRaymond L. Rivera <ray.l.rivera@gmail.com>
    04952c12
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.