-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathCODEOWNERS
More file actions
12 lines (11 loc) · 782 Bytes
/
CODEOWNERS
File metadata and controls
12 lines (11 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# see https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners for more information
# Order is important; the last matching pattern takes the most precedence.
* @Unity-Technologies/multiplayer-sdk
*.asmdef @NoelStephensUnity @EmandM @Unity-Technologies/netcode-qa
package.json @NoelStephensUnity @EmandM @Unity-Technologies/netcode-qa
AssemblyInfo.cs @NoelStephensUnity @EmandM @Unity-Technologies/netcode-qa
.editorconfig @NoelStephensUnity @EmandM @Unity-Technologies/netcode-qa
.gitignore @NoelStephensUnity @EmandM @Unity-Technologies/netcode-qa
.github/ @NoelStephensUnity @EmandM @Unity-Technologies/netcode-qa
.yamato/ @NoelStephensUnity @EmandM @Unity-Technologies/netcode-qa
com.unity.netcode.gameobjects/Documentation*/ @jabbacakes