-
-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (15 loc) · 618 Bytes
/
CODEOWNERS
File metadata and controls
30 lines (15 loc) · 618 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
# See https://help.github.com/en/articles/about-code-owners
# to learn more about code owners.
# Order is important; the last matching pattern takes the most
# precedence. You may specify either a GitHub username, or an
# email address if you prefer, as the code owner.
# ------- BEGIN CODEOWNERS -------
# GitHub config
/.github/ @afkvido @donaldli2020 @Erisfiregamer1
# PHEx
/PHEx/ @afkvido @donaldli2020 @Erisfiregamer1
# The cheat GUI
/willsCheatMenu/ @afkvido @donaldli2020 @Erisfiregamer1
# Repository metadata & wiki
/meta/ @afkvido @donaldli2020 @Erisfiregamer1
# ------- END CODEOWNERS -------