Code Repository
GitHub
The code for Sahana Eden is hosted on GitHub at github.com/sahana/eden. This repository contains several branches:
master
The master branch holds the current stable version of the Eden code, and is intended for deployment or downstream development. It will only be updated by the release process, no pull requests are accepted for this branch.
dev
The dev branch holds the latest development version. Developers should target this branch, and would normally submit their pull requests there.
maintenance
This branch serves as a staging area for maintenance updates to the current stable version, e.g. bug fixes or enhancements backported from the dev branch. Pull requests will be accepted if they resolve a reported issue that has already been resolved - or become irrelevant - in the dev branch.