rt-thread-official/.github/CODEOWNERS

35 lines
1.5 KiB
Plaintext
Raw Normal View History

# CODEOWNERS for autoreview assigning in github
# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
/.github @supperthomas
2023-07-23 21:20:48 +08:00
/.gitee @supperthomas
/.hooks @supperthomas
/.devcontainer @supperthomas
2023-07-20 21:30:57 +08:00
/bsp/ESP32_C3 @supperthomas
/bsp/nr5x/ @supperthomas
/bsp/stm32/stm32l496-st-nucleo @supperthomas
/bsp/stm32/stm32f407-rt-spark @supperthomas
/bsp/stm32/stm32h743-openmv-h7plus @supperthomas
/bsp/stm32/stm32l4r9-st-sensortile-box/ @supperthomas
2023-07-23 21:20:48 +08:00
/bsp/stm32/stm32l475-atk-pandora/ @mysterywolf
/bsp/stm32/stm32f401-st-nucleo/ @mysterywolf
/bsp/stm32/stm32f411-st-nucleo/ @mysterywolf
/bsp/stm32/stm32f412-st-nucleo/ @mysterywolf
/bsp/stm32/stm32l476-st-nucleo/ @mysterywolf
2023-07-20 21:30:57 +08:00
/bsp/maxim @supperthomas
2023-07-23 21:20:48 +08:00
*arduino* @mysterywolf
2023-12-29 01:48:46 +08:00
*.attach @mysterywolf
2023-07-23 21:20:48 +08:00
2023-07-20 21:30:57 +08:00
/components/libc/ @mysterywolf
2023-07-23 21:20:48 +08:00
/components/dfs/dfs_v2/ @BernardXiong
/components/lwp/ @BernardXiong
/components/mm/ @BernardXiong
/components/drivers/sensor/ @mysterywolf
/components/drivers/tty/ @BernardXiong
2023-07-20 21:30:57 +08:00
2023-07-26 08:16:17 +08:00
/documentation @mysterywolf @Cathy-lulu
/examples @Guozhanxin