Skip to content

Commit

Permalink
chore: fix CODEOWNERS (gnolang#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl authored and grepsuzette committed Apr 6, 2023
1 parent 9ea4d2f commit 8cec340
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/


# Primary repo maintainers.
* @gnolang/core-tech
* @gnolang/tech-staff


# Tendermint2 (Gno version).
pkgs/* @gnolang/core-tech
tm2/* @gnolang/tech-staff


# Docs & Content.
docs/ @gnolang/core-tech
*.md @gnolang/core-tech
docs/ @gnolang/tech-staff
*.md @gnolang/tech-staff
# TODO: add non-tech people here.


# Gno examples and default contracts.
examples/* @gnolang/core-tech
examples/* @gnolang/tech-staff
# 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
# Gno.land.
gno.land/* @gnolang/tech-staff


# GnoVM/Gnolang.
pkgs/gnolang/* @gnolang/core-tech
stdlibs/* @gnolang/core-tech
gnovm/* @gnolang/tech-staff


# Special files.
PLAN.md @jaekwon @moul
PHILOSOPHY.md @jaekwon @moul
CONTRIBUTING.md @jaekwon @moul
LICENSE.md @jaekwon @moul
.github/CODEOWNERS @jaekwon @moul

0 comments on commit 8cec340

Please sign in to comment.