# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file

# These owners will be the default owners for everything in the repo
# and will be requested for review when someone opens a pull request
# unless a later match takes precedence
* @joerunde @prashantgupta24

# This lists cover the "core" components of SenDNN-Inference that require careful review
/sendnn_inference @yannicks1 @tdoublep @sducouedic

# Tests
/tests @rafvasq @prashantgupta24 @sducouedic

# Examples
/examples @yannicks1 @prashantgupta24 @sducouedic

# Docs
/docs @rafvasq
mkdocs.yaml @rafvasq

# CI
/.github @joerunde @ckadner @rafvasq
