mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1065 Project | Tech | Add license checker (#3007)
This commit is contained in:
parent
32c22bb6e5
commit
c53f6465dd
5 changed files with 64 additions and 6 deletions
13
README.md
13
README.md
|
@ -63,14 +63,21 @@ Or [download](https://download.anytype.io/) an apk for your device architecture
|
|||
```
|
||||
{TASK-ID} {APP AREA} | {NATURE OF CHANGE: Fix, Enhancement, Feature, Design, Documentation} | {CONCISE DESCRIPTION OF WHAT HAS BEEN DONE}
|
||||
```
|
||||
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*
|
||||
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*
|
||||
|
||||
##### Git branch naming
|
||||
|
||||
```
|
||||
{TASK_ID or TASK_NUMBER}-ConciseDescription
|
||||
```
|
||||
|
||||
##### Flags
|
||||
|
||||
|
||||
```
|
||||
com.anytype.ci=true - for CI/CD pipeline
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue