Files
lean4/CODEOWNERS
Line: 7: incorrect codeowner user: Kha Line: 7: incorrect codeowner user: semorrison Line: 7: no users/groups matched Line: 8: incorrect codeowner user: semorrison Line: 8: no users/groups matched Line: 9: incorrect codeowner user: joehendrix Line: 9: no users/groups matched Line: 10: incorrect codeowner user: leodemoura Line: 10: no users/groups matched Line: 11: incorrect codeowner user: tydeu Line: 11: no users/groups matched Line: 12: incorrect codeowner user: leodemoura Line: 12: no users/groups matched Line: 13: incorrect codeowner user: mhuisi Line: 13: no users/groups matched Line: 14: incorrect codeowner user: semorrison Line: 14: no users/groups matched Line: 15: incorrect codeowner user: semorrison Line: 15: no users/groups matched Line: 16: incorrect codeowner user: leodemoura Line: 16: no users/groups matched Line: 17: incorrect codeowner user: Kha Line: 17: no users/groups matched Line: 18: incorrect codeowner user: Kha Line: 18: no users/groups matched Line: 19: incorrect codeowner user: kmill Line: 19: no users/groups matched Line: 20: incorrect codeowner user: mhuisi Line: 20: no users/groups matched Line: 21: incorrect codeowner user: Vtec234 Line: 21: no users/groups matched Line: 22: incorrect codeowner user: joehendrix Line: 22: no users/groups matched
2024-02-19 17:30:21 +01:00

23 lines
722 B
Plaintext

# Code Owners
#
# Documents responsible people per component.
# Listed persons will automatically be asked by GitHub to review a PR touching these paths.
# If multiple names are listed, a review by any of them is considered sufficient by default.
/.github/ @Kha @semorrison
/RELEASES.md @semorrison
/src/Init/IO.lean @joehendrix
/src/kernel/ @leodemoura
/src/lake/ @tydeu
/src/Lean/Compiler/ @leodemoura
/src/Lean/Data/Lsp/ @mhuisi
/src/Lean/Elab/Deriving/ @semorrison
/src/Lean/Elab/Tactic/ @semorrison
/src/Lean/Meta/Tactic/ @leodemoura
/src/Lean/Parser/ @Kha
/src/Lean/PrettyPrinter/ @Kha
/src/Lean/PrettyPrinter/Delaborator/ @kmill
/src/Lean/Server/ @mhuisi
/src/Lean/Widget/ @Vtec234
/src/runtime/io.cpp @joehendrix