docs: minimally outline local labels

Fixes #2707.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
Roman Khimov 2023-12-21 13:11:48 +03:00
parent de98b39a95
commit b62541b6a3

23
docs/labels.md Normal file
View file

@ -0,0 +1,23 @@
# Project-specific labels
## Component
There is a number of internal components:
- cli
- compiler
- consensus
- network
- oracle
- rpc
- smartcontract
- vm
- wallet
## Platform
In general we support Linux, Mac and Windows, but currently we use this:
- windows
It caused so many problems that it deserves a label of its own.