Difference between revisions of "New Developer Information"

From OpenEMR Project Wiki
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
Here is some basic information for new developers to get up and running quickly:
Here is some basic information for new developers to get up and running quickly:
* Contributed code should be released under the General GNU Public Licence (GNU GPL 3)
* Contributed code should be released under the General GNU Public Licence (GNU GPL 3)
* To get started, feel free to introduce yourself at the [https://community.open-emr.org developer forum] or email the administrators, Rod Roark (rod at sunsetsystems dot com), Brady Miller (brady.g.miller@gmail.com), Robert Down (robertdown@live.com), Jerry Padgett (sjpadgett@gmail.com), or Stephen Waite (stephen.waite@cmsvt.com).
* To get started, feel free to introduce yourself at the [https://community.open-emr.org developer forum] or email the administrators, Rod Roark (rod at sunsetsystems dot com), Brady Miller (brady.g.miller@gmail.com), Robert Down (robertdown@live.com), Jerry Padgett (sjpadgett@gmail.com), Stephen Waite (stephen.waite@cmsvt.com) or Stephen Nielson (snielson@discoverandchange.com).
* Here is an overview of the [[OpenEMR System Architecture|OpenEMR system architecture]].
* Here is an overview of the [[OpenEMR System Architecture|OpenEMR system architecture]].
* 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]].
* 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 [https://github.com/openemr/openemr/blob/master/CONTRIBUTING.md#code-contributions-local-development documented here].


Again, feel free to email the administrators (listed above) with any questions or concerns.
Again, feel free to email the administrators (listed above) with any questions or concerns.


[[Category:Developer Guide]]
[[Category:Developer Guide]]

Latest revision as of 12:25, 13 September 2022

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.

Here is some basic information for new developers to get up and running quickly:

  • Contributed code should be released under the General GNU Public Licence (GNU GPL 3)
  • To get started, feel free to introduce yourself at the developer forum or email the administrators, Rod Roark (rod at sunsetsystems dot com), Brady Miller (brady.g.miller@gmail.com), Robert Down (robertdown@live.com), Jerry Padgett (sjpadgett@gmail.com), Stephen Waite (stephen.waite@cmsvt.com) or Stephen Nielson (snielson@discoverandchange.com).
  • Here is an overview of the OpenEMR system architecture.
  • Here is an overview of the OpenEMR coding policies aka Coding Standards.
  • Here is an overview of How to Document Your Code Properly
  • The easiest way to get started on development is to documented here.

Again, feel free to email the administrators (listed above) with any questions or concerns.