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