From adb81fb19bd5b0387b7ebbfe460e5371d349e896 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 3 Nov 2023 12:57:54 +1300 Subject: [PATCH] DOC TLN prefix --- en/05_Contributing/01_Code.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/05_Contributing/01_Code.md b/en/05_Contributing/01_Code.md index 22469cfd0..a985031d3 100644 --- a/en/05_Contributing/01_Code.md +++ b/en/05_Contributing/01_Code.md @@ -166,6 +166,7 @@ at the beginning of the commit message. | FIX | Bugfix on something developers or users are likely to encounter. | | DOC | Any documentation changes. | | DEP | Dependency version updates (updates for composer.json, package.json etc) | +| TLN | Translation commits | | MNT | Maintenance commits that have no impact on users and applications (e.g. CI configs) - ommitted from the changelog | | Merge | PR merges and merge-ups - ommitted from the changelog |