Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.58 KB

Reporting Workflow. Decision Support. Real-Time.

ngm-reportDesk

The workdesk for ReportHub

Resources

Getting Started

The development of ReportHub will be based on GitHub Fork and Pull Request Workflow detailed here

Steps

  1. Fork ngm-reportHub to your GitHub account
  2. Fork ngm-reportEngine to your GitHub account
  3. Fork ngm-reportShell with to GitHub account and follow the install instructions

Dont forget to update the shell install script to point to your forked repositories here and here.

Submitting Work

Based on the prescribed GitHub Fork and Pull Request Workflow detailed above.

Steps

  1. In order to start work create a branch, which must be related to an issue. Its possible to use a shortcut to create a new branch and check it out. git checkout -b feature-user-statistic-apis
  2. Once complete a Pull Request can be made.
  3. You can ensure the fork is synced by Syncing a Fork.