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:
parent
a08cf96937
commit
ab40eb5c2a
1 changed files with 2 additions and 2 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue