Skip to content

Commit cfea694

Browse files
authored
Initial CODEOWNERS file to auto assign PR reviewers (#681)
* Initial CODEOWNERS file to auto assign PR reviewers * Add @rjmholt as global PR reviewer
1 parent fd6e87b commit cfea694

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/CODEOWNERS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# https://help.github.com/articles/about-codeowners/
2+
3+
# Global reviewers
4+
* @tylerl0706 @rjmholt
5+
6+
# Area: Analysis & Formatting
7+
src/PowerShellEditorServices/Analysis/ @rjmholt
8+
9+
# Area: Debugging
10+
src/PowerShellEditorServices/Debugging/ @rkeithhill
11+
src/PowerShellEditorServices.Protocol/DebugAdapter/ @rkeithhill
12+
13+
# Area: Integrated Console / Host
14+
src/PowerShellEditorServices/Console/ @SeeminglyScience
15+
src/PowerShellEditorServices/Session/*ReadLine*.cs @SeeminglyScience
16+
src/PowerShellEditorServices.Host/ @SeeminglyScience

0 commit comments

Comments
 (0)