Difference between revisions of "New Developer Information"

From OpenEMR Project Wiki
Line 6: Line 6:
* Here is an overview of [[How to Document Your Code Properly]]
* Here is an overview of [[How to Document Your Code Properly]]
* The easiest way to get started on development is to [[Git_for_dummies|follow this tutorial]] (shows how to get most recent code, build your own git repository on github, and submit code for review).
* The easiest way to get started on development is to [[Git_for_dummies|follow this tutorial]] (shows how to get most recent code, build your own git repository on github, and submit code for review).
* We offer mentored projects that can be found at [[Developer_Starter_Projects]]
* Code patches for review can be submitted via two methods:
* Code patches for review can be submitted via two methods:
:* The easiest method is via git, and is described [[Git_for_dummies#Submit_your_code_for_review|HERE]]. (we prefer this method)
:* The easiest method is via git, and is described [[Git_for_dummies#Submit_your_code_for_review|HERE]]. (we prefer this method)

Revision as of 07:32, 15 April 2015

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.

  • The easiest method is via git, and is described HERE. (we prefer this method)
  • 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:
  • We also have an IRC channel. irc.freenode.net #openemr

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.