Difference between revisions of "New Developer Information"

From OpenEMR Project Wiki
Line 4: Line 4:
* Here is an overview of the [[Development Policies|OpenEMR coding policies]] aka [[Development Policies|Coding Standards]].
* Here is an overview of the [[Development Policies|OpenEMR coding policies]] aka [[Development Policies|Coding Standards]].
* To get started, feel free to introduce yourself at our developer forum on sourceforge [http://sourceforge.net/projects/openemr/forums HERE] or email the administrators, Rod Roark (rod at sunsetsystems dot com) and Brady Miller (brady@sparmy.com).  Tony McCormick is the volunteer coordinator and can be reached at (tony@mi-squared.com).
* To get started, feel free to introduce yourself at our developer forum on sourceforge [http://sourceforge.net/projects/openemr/forums HERE] or email the administrators, Rod Roark (rod at sunsetsystems dot com) and Brady Miller (brady@sparmy.com).  Tony McCormick is the volunteer coordinator and can be reached at (tony@mi-squared.com).
* Code patches for review can be submitted in the sourceforge tracker [http://sourceforge.net/tracker/?group_id=60081&atid=1245239 HERE]. We usually can test and give feedback to your patches within 1-2 days. Please derive patches from the most current OpenEMR development version from either of below repositories:
* Code patches for review can be submitted via two methods:
** The 'master' branch from the git repository on sourceforge: git://openemr.git.sourceforge.net/gitroot/openemr/openemr
:* The easiest method is via git, and is described [[Submit_your_code_for_review|HERE]].
** The 'master' branch from the git repository on github: http://github.com/openemr/openemr ([[Git for dummies|quick howto documentation here]])
:* Or can submit patches in the sourceforge tracker [http://sourceforge.net/tracker/?group_id=60081&atid=1245239 HERE].
** The 'master' branch from the git repository on gitorious: http://gitorious.org/openemr/openemr
*Please derive patches/code from the most current OpenEMR development version from either of below repositories:
** The 'master' branch from the git repository on repo.or.cz: git://repo.or.cz/openemr.git
:* The 'master' branch from the git repository on sourceforge: git://openemr.git.sourceforge.net/gitroot/openemr/openemr
:* The 'master' branch from the git repository on github: http://github.com/openemr/openemr ([[Git for dummies|quick howto documentation here]])
:* The 'master' branch from the git repository on gitorious: http://gitorious.org/openemr/openemr
:* The 'master' branch from the git repository on repo.or.cz: git://repo.or.cz/openemr.git




Again, feel free to email the administrators, Rod Roark (rod at sunsetsystems dot com) and Brady Miller (brady@sparmy.com) with any questions or concerns.
Again, feel free to email the administrators, Rod Roark (rod at sunsetsystems dot com) and Brady Miller (brady@sparmy.com) with any questions or concerns.

Revision as of 01:10, 11 November 2010

Welcome and thank you for your interest in the OpenEMR system. The OpenEMR community is very open and we welcome contributions of code and ideas. We ask that the code be released under the General Gnu Public License to keep the licensing consistent.

  • Here is an overview of the OpenEMR system architecture.
  • Here is an overview of the OpenEMR coding policies aka Coding Standards.
  • To get started, feel free to introduce yourself at our developer forum on sourceforge HERE or email the administrators, Rod Roark (rod at sunsetsystems dot com) and Brady Miller (brady@sparmy.com). Tony McCormick is the volunteer coordinator and can be reached at (tony@mi-squared.com).
  • Code patches for review can be submitted via two methods:
  • The easiest method is via git, and is described HERE.
  • Or can submit patches in the sourceforge tracker HERE.
  • Please derive patches/code from the most current OpenEMR development version from either of below repositories:


Again, feel free to email the administrators, Rod Roark (rod at sunsetsystems dot com) and Brady Miller (brady@sparmy.com) with any questions or concerns.