Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure the Comments for Files similar to the following. 
Remember to put a check on "Automatically add comments for new methods and types" to apply these templates on new files.  

Setting up Git

...

and Gerrit

The ONOS source code is stored at gerrit.onosproject.org. Setting up git remotes will allow you to easily fetch and test any version of ONOS, including releases, development versions, and patches that have been submitted for review. If you wish to submit and/or review patches to ONOS, you can register for an account on gerrit.onosproject.org, upload your ssh keys, and configure your local git user information so that gerrit knows who submitted what and so that you will be able to get credit for your contribution.

Git remotes

There are two ways to clone the code from Gerrit, https:// or ssh://. Either way is fine for reading the code, but when it comes time to contribute the easiest and most secure way is to access Gerrit over SSH.

...