> For the complete documentation index, see [llms.txt](https://documentation.tjhsst.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.tjhsst.edu/services/ion/development/repository-maintenance.md).

# Repository Maintenance

#### Branches

We maintain two principal branches:

* `master`: hosts the code for production; should be production-ready
* `dev`: hosts the code in preparation for merge to `master`

Feature branches can be created by any committer to host their feature or bugfix branch.

Once a branch has gone three months without activity or it has been merged into the principal branches, it should be deleted and consider "stale".
