-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathCODEOWNERS
More file actions
17 lines (16 loc) · 835 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
17 lines (16 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CODEOWNERS — who gets asked to review what.
#
# This repository has exactly one person with write access, so there is no
# per-directory ownership to express: every path has the same owner. The file
# exists anyway because it does something a README cannot — GitHub uses it to
# request a review automatically on every pull request, so an outside
# contribution cannot sit unnoticed just because nobody was tagged.
#
# Syntax notes (GitHub applies the LAST matching rule, not the first):
# * every file in the repository
# @0xRadikal the account, not an email address
#
# If write access is ever granted to someone else, add the narrower rules
# BELOW this line so they override the catch-all, and update GOVERNANCE.md in
# the same pull request — the two documents are meant to agree.
* @0xRadikal