OpenEMR’s codebase is on sourceforge and mirrored to github which allows developers to use the github tools such as pull requests which are heavily used now. The current OpenEMR account on github is a individual user account. Would it make sense to change it to a organization account. Then other developers besides myself would be able to close pull requests for example. And could also use other project tools there, such as issues.
The official OpenEMR codebase repository is now on github. This will make it much easier for the Integration Developers (myself, Rod, and Scott), but won’t really impact anybody else; since almost everybody is using pull requests on github for code submissions anyways (note it is still not required to use the pull requests).
We can also start using the Issues feature on github (for tracking bugs etc.), which does seem to be much more intuitive than sourceforge’s tracker:
Thanks Brady! I see you updated the Git for Dummies guide accordingly. I had a couple of questions/suggestions about that which I put in the Discussion tab there.