From 00efbe079246592abd1a575f487b09f86bd40eae Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 19 Dec 2022 10:28:26 +0100 Subject: [PATCH] :memo: doc trunk based dev as branching strategy --- methodology-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/methodology-development.md b/methodology-development.md index 46c8ffb..f3fd26e 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -17,6 +17,7 @@ * Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches) * Add an [`.EditorConfig` file](https://editorconfig.org/) * Add [git commit template](https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733#file-git-commit-template-md) + * Branching strategy: small teams might want to adopt [trunk based development](https://trunkbaseddevelopment.com/) * **Documentation** * Your repo should have a one-liner for isntallation andd running: (docker-compose.yml + `doco up`)