Any of the OpsTool projects you work on will need to first have a SailsJS environment and the OpsPortal installed on your local development machine. Be sure to do that before you continue on.
- Log into GitHub under your account:
- Visit the GitHub repository you want to work on
- Click [Fork]

- if you are part of multiple organizations then choose which one (probably personal)

- You will be taken to YOUR copy of the project

- Get the URL to your copy

- now Git clone into your OpsPortal directory:
# from your Sails directory
$ cd node_modules
$ git clone https://your/git/url/[project].git
$ cd [project]
$ git checkout -b develop
$ git pull origin develop
< Develop
Next: [Keep your Fork up to date >] (develop_contribute_sync.md)