-
Notifications
You must be signed in to change notification settings - Fork 375
/
CODEOWNERS
Validating CODEOWNERS rules...
39 lines (25 loc) · 1 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
# Primary repo maintainers.
* @gnolang/core-tech
# Tendermint2 (Gno version).
pkgs/* @gnolang/core-tech
# Docs & Content.
docs/ @gnolang/core-tech
*.md @gnolang/core-tech
# TODO: add non-tech people here.
# Gno examples and default contracts.
examples/* @gnolang/core-tech
# TODO: add people from the community here.
# Gnoland, Gno.land.
examples/gno.land/system/* @gnolang/core-tech
examples/gno.land/gnoland/* @gnolang/core-tech
gnoland/* @gnolang/core-tech
cmd/gnoland/* @gnolang/core-tech
# GnoVM/Gnolang.
pkgs/gnolang/* @gnolang/core-tech
stdlibs/* @gnolang/core-tech
# Special files.
PLAN.md @jaekwon @moul
PHILOSOPHY.md @jaekwon @moul
CONTRIBUTING.md @jaekwon @moul
LICENSE.md @jaekwon @moul