Versions Compared

Key

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

...

openIDL is an open source project.  We will follow best practices for such projects.

Let's follow GitFlow: https://datasift.github.io/gitflow/IntroducingGitFlow.html

the branches are:

  • main - protected branch from which the UAT and Production builds are sourced
  • test - protected branch from which the integration test environment is built
  • dev - each developer has their own branch which may correspond to a cloud account

...