sof/CODEOWNERS
Line: 5: incorrect codeowner user: lgirdwood Line: 5: incorrect codeowner user: plbossart Line: 5: incorrect codeowner user: mmaka1 Line: 5: incorrect codeowner user: lbetlej Line: 5: no users/groups matched Line: 10: incorrect codeowner user: jajanusz Line: 10: no users/groups matched Line: 11: incorrect codeowner user: singalsu Line: 11: no users/groups matched Line: 12: incorrect codeowner user: tlauda Line: 12: no users/groups matched Line: 13: incorrect codeowner user: tlauda Line: 13: no users/groups matched Line: 14: incorrect codeowner user: jajanusz Line: 14: no users/groups matched

18 lines
615 B
Plaintext

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
* @lgirdwood @plbossart @mmaka1 @lbetlej
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
test/* @jajanusz
src/math/* @singalsu
src/arch/xtensa/* @tlauda
src/platform/* @tlauda
*.sh @jajanusz
# You can also use email addresses if you prefer.
#docs/* docs@example.com