Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: simply is never simply

...

  • Ideally, we maintain master and the latest release branch. 
  • Upgrades should be quick and painless so people can keep close to the latest release. Until we are there we will make sure to support our users as good as we can. We will simply prove upgrades to workput effort in upgrades with respect to proving these 'simply work ™'.

Developing new features

  • Development should be done in a feature branch, branched off of master
  • Send a PR to get it into master (2x LGTM applies), represented by the 'feature PR' arrows above
  • Will only be merged when master is open, will be held otherwise until master is open again
  • No back porting / cherry-picking features to existing branches!

...