:
Last modified: Jan 23, 2024

Git

Branching and Pull Requests

Principles We use scaled trunk-based development. This ensures the codebase is always releasable on demand and helps to make Continuous Delivery a reality. Code is checked in using short lived feature branches and pull requests (PR). Review is always done by someone else than the author Scaled Trunk Based Development Read more about scaled trunk based development here. A source-control branching model, where developers collaborate on code in a single branch called “trunk” (master), resist any pressure to create other long-lived development branches by employing documented techniques. »

Git

Git logo Everything we make is stored in Git repositories in GitHub. Every app you make is stored in Git repositories in Altinn Studio. Altinn ❤️ Git. Links https://git-scm.com https://en.wikipedia.org/wiki/Git https://code.visualstudio.com/docs/editor/versioncontrol#_git-support »

Gitea

Gitea logo Gitea is the product that is powering Altinn Studio Repos. Links https://gitea.io https://github.com/go-gitea/gitea https://hub.docker.com/r/gitea/gitea »

Visual Studio Code

VS Code logo Visual Studio Code is a lightweight and extendable code editor which runs on your desktop and is available for Windows, macOS and Linux. We use it when developing Altinn 3, and it can be used for editing files from Altinn Studio Repos locally using the built-in Git support. Altinn ❤️ vscode. Languages and tech VS Code comes with support for hundreds of languages and technologies, including all the ones that are relevant in Altinn 3: »