1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Documentation | Update readme file with info about naming conventions (#2288)

This commit is contained in:
Evgenii Kozlov 2022-05-19 14:48:00 +03:00 committed by GitHub
parent a08cf96937
commit ab40eb5c2a
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*