Skip to content
kernworks edited this page Oct 16, 2014 · 1 revision

Welcome to the OpenVBX Plugin Recording wiki!

Repository Layout

Development on this plugin follows the Git Flow method.

The branches are set up with specific purposes in mind:

  • master: The master branch will always mirror the latest tagged release. Master will always have production ready code.
  • develop: Develop is stable code that contains features and/or bug fixes that have not yet been approved for production. Any feature development is merged in to develop for testing and approval before being tagged. You can safely assume that barring anything unexpected happening that the develop branch has good bleeding edge code that won't break your install. Back up your database, though, 'cause it just might run an upgrade routine.
  • feature/feature-name: Occasionally a feature branch will show up in GitHub. We use feature branches to do new feature development. Once the feature branches are tested and approved they are merged back in to the develop branch for final testing and the feature branches are then deleted.

Clone this wiki locally