The OpenDRR platform is middleware between hazard or risk modeling environments like OpenQuake and end users who need to understand and evaluate risk to make economic and policy decisions. The end-user interface will operate as a web application using standard web browsers in desktop, tablet or hand-held device environments. Development and execution of hazard and risk assessment models is a separate concern, outside of the OpenDRR system. OpenDRR will receive output from these models as input, using one or more interfaces and interchange formats based on existing standards or on specifications developed by the implementation team if no standards meet requirements.
- Fork a repository by following the Github guidelines here: https://help.github.com/articles/fork-a-repo using the master repository as the Upstream URL.
- Use the following steps to prepare a pull request
- git fetch upstream
- git checkout upstream/master
- git checkout -b my-contribution-description
- test your additions
- create a pull request