-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
CODEOWNERS
Validating CODEOWNERS rules...
49 lines (43 loc) · 2.2 KB
/
CODEOWNERS
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file contains information about the code owners for various
# files in the MRTK codebase.
#
# For more information on CODEOWNERS, see:
# https://help.github.com/en/articles/about-code-owners
#
# For syntax, see:
# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
#
# The intent of this file is to list, on a per-file/per-area basis:
# 1) Who is the most familiar with an area of code.
# OR
# 2) Who can take a first pass at pull request review, or delegate the review
# to someone else who may be more appropriate.
#
# Note that order in this file is EXTREMELY important - the last matching
# rule will win. This means that the most general rules should be listed
# first in this file, followed by more specific rules.
# Build / CI Pipeline
/Pipelines/ @marlenaklein-msft @AMollis @shaynie @srinjoym
# Checked-in external dependencies
/ExternalDependencies/ @marlenaklein-msft @AMollis @shaynie @srinjoym
# Tooling
/Tooling/ @marlenaklein-msft @AMollis @shaynie @srinjoym
# Feature packages
/com.microsoft.mrtk.accessibility/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.audio/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.core/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.data/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.diagnostics/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.input/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.spatialmanipulation/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.tools/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.uxcomponents/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.uxcore/ @marlenaklein-msft @AMollis @shaynie @srinjoym
/com.microsoft.mrtk.windowsspeech/ @marlenaklein-msft @AMollis @shaynie @srinjoym
# Input Simulation
/com.microsoft.mrtk.input/Simulation/ @marlenaklein-msft @AMollis @shaynie @srinjoym
# Examples and templates
/UnityProjects/ @marlenaklein-msft @AMollis @shaynie @srinjoym
# Packaging
*.asmdef @marlenaklein-msft @AMollis @shaynie @srinjoym
package.json @marlenaklein-msft @AMollis @shaynie @srinjoym