From ab40eb5c2a6100fa04c76db7ee59aade88756248 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Thu, 19 May 2022 14:48:00 +0300 Subject: [PATCH] Tech | Documentation | Update readme file with info about naming conventions (#2288) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 411364f961..aee2124043 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ Or [download](https://download.anytype.io/) an apk for your device architecture ##### PR naming: ``` -{APP AREA} | {NATURE OF CHANGE: Fix, Enhancement, Feature} | {CONCISE DESCRIPTION OF WHAT HAS BEEN DONE} +{APP AREA} | {NATURE OF CHANGE: Fix, Enhancement, Feature, Design, Documentation} | {CONCISE DESCRIPTION OF WHAT HAS BEEN DONE} ``` -App area can be `Editor`, `Sets`, `Relations`, `Auth`, `Analytics`, `Tech` (CI, DI, scripting, etc.), etc. +App area can be `App`, `Editor`, `Sets`, `Relations`, `Auth`, `Settings`, `Analytics`, `Tech` (CI, DI, scripting, etc.), etc. Example: *Editor | Fix | Show meaningful message when failed to open file by an existing application*