1
0
Fork 0
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:
Mikhail 2023-03-23 20:06:44 +03:00 committed by GitHub
parent 32c22bb6e5
commit c53f6465dd
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 6 deletions

View file

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