From 1686f8999c3fb8536439b47ffcd67b9195b3a64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Tue, 10 Aug 2021 14:17:59 +0200 Subject: [PATCH] docs: update maintainers (#51) --- CODEOWNERS | 1 + README.md | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..b1b7dcb --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @nugaon @Cafe137 diff --git a/README.md b/README.md index b8609d5..99f015c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,14 @@ All services run in `Docker` containers only. Currently, the repository supports running Bee nodes up to 5 by default. -# Usage +## Maintainers + +- [nugaon](https://github.com/nugaon) +- [Cafe137](https://github.com/Cafe137) + +See what "Maintainer" means [here](https://github.com/ethersphere/repo-maintainer). + +## Usage The whole Bee environment (with blockchain) can be started by [running one script](###Run-Environment), but for that you need to have the necessary Docker images, which is possible to build yourself by [running some scripts](###Setup-the-environment) @@ -119,4 +126,4 @@ e.g. $ npm run gen:traffic -- 2 http://localhost:1633;http://localhost:11635 ``` -With the example above, random data will be generated until _minimum_ two cheques will generated on Bee client that serves debug endpoint `http://localhost:11635` \ No newline at end of file +With the example above, random data will be generated until _minimum_ two cheques will generated on Bee client that serves debug endpoint `http://localhost:11635`