Repository work flow structure
From OpenEMR Project Wiki
Overview
Our main official repository is kept on github. We migrated from cvs to git on 10/30/2010, which is described on the git migration wiki page. We then migrated the repository from sourceforge to GitHub on 8/31/2016.
Official git Main Repository
GitHub
- repository link: git://github.com/openemr/openemr.git
- web page link: https://github.com/openemr/openemr
git Repository Mirrors
repo.or.cz
- repository link: git://repo.or.cz/openemr.git
- web page link: https://repo.or.cz/w/openemr.git
- Supposed to mirror from the GitHub repository every 60 minutes automatically by the repo.or.cz site.
Developer roles and work flow
Administrators
- These folks have access to the project tools and codebase repositories.
Associate Administrators
- These folks have access to the project tools and codebase repositories. These folks generally will turn into Administrators at some point if they stay involved with the project.
Integration Developers
- These folks have commit access to the GitHub repository.
- They have demonstrated common sense and proficiency in git and OpenEMR development.
- These folks may turn into Associate Administrators at some point if they stay involved with the project.
Standard Developers
- Standard developers whom have or are in process of submitting code.
- They do not have commit access to the GitHub repository.
Developers
Administrators
Andres Paglayan(2005-2009)James Perry(2005-2009)Walt Pennington(2005-2009)Matthew Vita(2017 - 2020)Jerry Padgett(2019 - 2026)- Rod Roark (2005 - current)
- Brady Miller (2009 - current)
- Robert Down (2017 - current)
- Stephen Waite (2020 - current)
- Stephen Nielson (2022 - current)
- Asher Densmore-Lynn (2024 - current)
- Michael Smith (2026 - current)
Associate Administrators
- Eric Stern (2026 - current)
Integration Developers
- None at this time.
Standard Developers
- Anybody with a github account.