Skip to content

Development Workflow

benbalter edited this page Oct 1, 2012 · 1 revision

To avoid confusion and make accepting pull requests a bit cleaner, the master branch on GitHub is treated as the "development" version with the latest stable tag on WordPress.org's SVN repository seen as "stable". Whenever possible, we hope to follow feature branching/merging best practices.

When a new version is released, it's automagically tagged in both Git and SVN and pushed to the .org repo.

If you're interested in contributing, please see how to contribute.

Clone this wiki locally