diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..76be6cf65 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +# https://help.github.com/articles/about-codeowners/ + +# Global reviewers +* @tylerl0706 @rjmholt + +# Area: Analysis & Formatting +src/PowerShellEditorServices/Analysis/ @rjmholt + +# Area: Debugging +src/PowerShellEditorServices/Debugging/ @rkeithhill +src/PowerShellEditorServices.Protocol/DebugAdapter/ @rkeithhill + +# Area: Integrated Console / Host +src/PowerShellEditorServices/Console/ @SeeminglyScience +src/PowerShellEditorServices/Session/*ReadLine*.cs @SeeminglyScience +src/PowerShellEditorServices.Host/ @SeeminglyScience