Versions Compared

Key

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

This page shows the procedure when implementing a feature into the system.

When doing a new feature implementation, the flow of implementation should always be as follows:

  1. The code changes are implemented on a local branch
  2. After changes are done locally, the changes are committed by the following rules:
    1. Commit message must be in the following format:
      <EGU-Number> <Message of implementation>
      Fx: 'EGU-2056 Adding multi grid control in the admin page'
  3. The changes are pushed to the remote User Branch
  4. The changes are merged to the DEV branch by a PULL REQUEST
  5. The DEV branch is merged to the TEST branch by a PULL REQUEST