-
Notifications
You must be signed in to change notification settings - Fork 373
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (26 loc) · 1.05 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
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
# Primary repo maintainers.
* @gnolang/tech-staff
# Tendermint2 (Gno version).
tm2/* @gnolang/tech-staff
tm2/pkg @jaekwon @moul
# TODO: add per package exceptions
# Docs & Content.
docs/ @gnolang/devrels @gnolang/tech-staff
misc/docusaurus/ @gnolang/devrels @gnolang/tech-staff
# TODO: add non-tech people here.
# Gno examples and default contracts.
examples/* @gnolang/tech-staff
# TODO: add people from the community here.
# Gno.land.
gno.land/* @gnolang/tech-staff
# GnoVM/Gnolang.
gnovm/* @gnolang/tech-staff
gnovm/stdlibs @jaekwon @moul
gnovm/pkg/gnolang @jaekwon @moul
# Special files.
PLAN.md @jaekwon @moul
PHILOSOPHY.md @jaekwon @moul
CONTRIBUTING.md @jaekwon @moul
LICENSE.md @jaekwon @moul
.github/CODEOWNERS @jaekwon @moul