Code Repository: Difference between revisions
Created page with "== GitHub Repository == The code repository for Sahana Eden is hosted on GitHub at [https://github.com/sahana/eden github.com/sahana/eden]. This repository contains several branches: ==== master ==== The ''master'' branch holds the current <u>stable version</u> 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 hold..." |
(No difference)
|
Revision as of 19:48, 18 September 2025
GitHub Repository
The code repository 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 updatesItalic text 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.