From b62541b6a3c182178620d49752ede19fe04c57f8 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 21 Dec 2023 13:11:48 +0300 Subject: [PATCH] docs: minimally outline local labels Fixes #2707. Signed-off-by: Roman Khimov --- docs/labels.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/labels.md diff --git a/docs/labels.md b/docs/labels.md new file mode 100644 index 000000000..74ae1cde2 --- /dev/null +++ b/docs/labels.md @@ -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.