From a7a057e722a05a767ede56ad5a62317847ed190f Mon Sep 17 00:00:00 2001 From: Pavel Polyakov Date: Sat, 17 Feb 2024 15:22:06 +0300 Subject: [PATCH] docs: update contributing Signed-off-by: Pavel Polyakov --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4436e08..ddd7cb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -239,6 +239,7 @@ Must be one of the following: * **refactor**: A code change that neither fixes a bug nor adds a feature * **test**: Adding missing tests or correcting existing tests * **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) +* **translation**: Changes related to support for translation and different languages ##### Scope The scope should be the name of the module, npm package, or global part of the project (as perceived by the person reading the changelog generated from commit messages).