Last modified: Jan 23, 2024

Routines

Routines for development

When selecting an issue from the backlog, assign yourself to the issue and set it to the Developing pipeline in the Altinn Tjenester 3.0 - DevOps Team board App frontend Create a new branch from main. Naming convention for branches is bug/<issue number>-<short description> or feature/<issue number>-<short description>, depending on the issue type. Code your changes and test them by running an app locally. Run unit tests Update any failing tests Add new tests when needed Make sure you update the version in altinn-app-frontend/package. »