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

DROID-767 App | Documentation | Update ReadMe (#2809)

This commit is contained in:
Evgenii Kozlov 2023-01-12 17:01:54 +01:00 committed by GitHub
parent 96ecb188ba
commit c0fdb97879
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
.github/CODEOWNERS vendored
View file

@ -1 +1 @@
* @sboishtyan @fat-fellow @konstantiniiv @uburoiubu
* @quaterma1n @fat-fellow @konstantiniiv @uburoiubu

View file

@ -13,7 +13,7 @@ gpr.usr=GITHUB_USER_ID
gpr.key=GITHUB_PERSONAL_ACCESS_TOKEN
```
Your Github ID can be found [here](https://caius.github.io/github_id/). As to your personal Github access token, you can generate it in `Developer settings` in your profile settings on Github.
Your Github ID (starting with '#' character) can be found [here](https://caius.github.io/github_id/). As to your personal Github access token, you can generate it in `Developer settings` in your profile settings on Github.
- Create `apikeys.properties` file in root project folder:
@ -60,7 +60,7 @@ Or [download](https://download.anytype.io/) an apk for your device architecture
##### PR naming:
```
{APP AREA} | {NATURE OF CHANGE: Fix, Enhancement, Feature, Design, Documentation} | {CONCISE DESCRIPTION OF WHAT HAS BEEN DONE}
{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.