Skip to content

Development workflow

Because TCG Collector uses a continuous deployment model (no planned releases/milestones), the GitHub Flow workflow is used.

  1. Create an issue for the work that needs to be done.
  2. Create the appropriate branch in order to start work on the issue.
  3. If work on the issue is done and tests were successful, integrate the changes into the main branch. This can either be done directly, or by creating a pull/merge request.
  4. Delete the branch of the issue.

In the future, proper build automation (and deployment) will be set up.