-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
35 lines (27 loc) · 970 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
35 lines (27 loc) · 970 Bytes
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
# Mycelium CODEOWNERS
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# Format: <pattern> <owner> [<owner> ...]
# Default owner for everything: founder.
* @aimasteracc
# Governance documents — founder required
/CHARTER.md @aimasteracc
/GOVERNANCE.md @aimasteracc
/LICENSE @aimasteracc
/CODE_OF_CONDUCT.md @aimasteracc
/SECURITY.md @aimasteracc
/.github/ @aimasteracc
# Hive — founder required for any change
/.hive/ @aimasteracc
# RFCs — founder + architect
/rfcs/ @aimasteracc
# Core engine
/crates/mycelium-core/ @aimasteracc
/crates/mycelium-hyphae/ @aimasteracc
/crates/mycelium-pack/ @aimasteracc
# Language packs — open to maintainers and contributors
/packs/ @aimasteracc
# Docs — open to all maintainers
/docs/ @aimasteracc
# CI — founder required
/.github/workflows/ @aimasteracc