Skip to content

3. Checking out code and making changes

GeorgeGayno-NOAA edited this page Jun 8, 2020 · 24 revisions
  • Clone the repository (two ways to do this):
  • Create an issue
  • Developers shall use forks to checkout code and make changes. Some good references for the process are:
  • Following the Gitflow process, all code development must be done within your fork in 'feature' branches created off 'develop'.
  • Please reference the issue number in all commit messages. That will attach all commit messages to their issue. Example commit message: "Update x,y and z. This commit references issue #33"