Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CODEOWNERS « .github - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80251a28e7ec01df495b22f9682fa8907ad10472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Reference: https://help.github.com/articles/about-codeowners
#

# the default owners for everything in the repo.
* @marek-safar

/src/analyzer/ @radekdoulik
/src/ILLink.Tasks/ @sbomer
/src/ILLink.RoslynAnalyzer/ @sbomer
/src/linker/ @marek-safar @mrvoorhe
/test/ @marek-safar @mrvoorhe