summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authornoahfalk <noahfalk@users.noreply.github.com>2016-05-17 16:18:15 -0700
committerJan Kotas <jkotas@microsoft.com>2016-05-17 16:18:15 -0700
commit1d80088b7ced953c7b9de1a29f4d77cb039dd8d2 (patch)
treefd5754e06f34c8cd2282ef2662142f49f21cf05e /CODE_OWNERS.TXT
parentc396cf15da1ddbf1fd7dcf256357adac44829679 (diff)
downloadcoreclr-1d80088b7ced953c7b9de1a29f4d77cb039dd8d2.tar.gz
coreclr-1d80088b7ced953c7b9de1a29f4d77cb039dd8d2.tar.bz2
coreclr-1d80088b7ced953c7b9de1a29f4d77cb039dd8d2.zip
Start using CODE_OWNERS.TXT (#5027)
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT23
1 files changed, 23 insertions, 0 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
new file mode 100644
index 0000000000..460a407242
--- /dev/null
+++ b/CODE_OWNERS.TXT
@@ -0,0 +1,23 @@
+The following is a list of owners for different areas of the coreclr code.
+Each of the owners is responsible for ensuring that changes in their areas
+are reviewed, either by themselves or by someone they designate, in
+addition to being the final word for the architecture and content of an area.
+
+List sorted by last name and the fields are Name (N), GitHub user account (G),
+Description (D).
+
+Note: If you don't find the area in the below list, or you have a general
+question, send a message to Jan Kotas (@jkotas) and Richard Lander
+(@richlander). They can ensure that the question gets forwarded to the
+right person or answer it themselves.
+
+N: Mike McLaughlin
+G: mikem8361
+D: Debugging APIs and implementation (anything under the debug directory), sos
+
+N: Kshama Pawar
+G: kspawa
+D: Profiling APIs and implementation
+
+This list is incomplete, if you need to find other owners work with Jan Kotas
+to get them filled in. \ No newline at end of file