OpenMRS resources: Difference between revisions

imported>Hypotext
imported>Hypotext
Line 49:
 
= Git setup =
 
See [https://github.com/hypotext/OpenMRS-dev-setup/wiki/Setting-up-git,-plus-workflow-tutorial here].
 
= Workflow =
 
* First, clone the "official version" from GitHub (happens only once): https://github.com/openmrs/openmrs-core
* Pull new changes from upstream (the "official" version of OpenMRS on GitHub, linked above)
* Make local changes on your machine
* Push to origin (your "fork" of OpenMRS on your GitHub account). e.g. here is [https://github.com/hypotext/openmrs-core- mine]
* When done, make a pull request on upstream, which will be reviewed. [https://github.com/openmrs/openmrs-core/pulls Current OpenMRS pull requests]
* Repeat
* Hopefully get your pull request merged into upstream! [https://github.com/openmrs/openmrs-core/pull/1160 Looks like this].
 
= OpenMRS bug walkthrough =
Anonymous user