Add leads as codeowners to all subsystems and fix name conflict in Furi #468

This commit is contained in:
あく 2021-05-18 16:30:20 +03:00 committed by GitHub
parent 4f038e4a41
commit 2c77318487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

84
.github/CODEOWNERS vendored
View File

@ -3,60 +3,60 @@
* @skotopes @DrZlo13 * @skotopes @DrZlo13
# Applications # Applications
applications/** @skotopes applications/** @skotopes @DrZlo13
applications/accessor/** @DrZlo13 applications/accessor/** @skotopes @DrZlo13
applications/app-loader/** @gornekich applications/app-loader/** @skotopes @DrZlo13 @gornekich
applications/bt/** @skotopes applications/bt/** @skotopes @DrZlo13
applications/cli/** @skotopes applications/cli/** @skotopes @DrZlo13
applications/dolphin/** @skotopes @itsyourbedtime applications/dolphin/** @skotopes @DrZlo13 @itsyourbedtime
applications/gpio-tester/** @skotopes applications/gpio-tester/** @skotopes @DrZlo13
applications/gui/** @skotopes applications/gui/** @skotopes @DrZlo13
applications/gui-test/** @DrZlo13 applications/gui-test/** @skotopes @DrZlo13
applications/ibutton/** @DrZlo13 applications/ibutton/** @skotopes @DrZlo13
applications/input/** @skotopes applications/input/** @skotopes @DrZlo13
applications/irda/** @DrZlo13 @albkharisov applications/irda/** @skotopes @DrZlo13 @albkharisov
applications/lf-rfid/** @DrZlo13 applications/lf-rfid/** @skotopes @DrZlo13
applications/menu/** @skotopes applications/menu/** @skotopes @DrZlo13
applications/music-player/** @DrZlo13 applications/music-player/** @skotopes @DrZlo13
applications/nfc/** @skotopes @gornekich applications/nfc/** @skotopes @DrZlo13 @gornekich
applications/power/** @skotopes applications/power/** @skotopes @DrZlo13
applications/sd-card-test/** @DrZlo13 applications/sd-card-test/** @skotopes @DrZlo13
applications/sd-filesystem/** @DrZlo13 applications/sd-filesystem/** @skotopes @DrZlo13
applications/subghz/** @skotopes applications/subghz/** @skotopes @DrZlo13
applications/template/** @skotopes applications/template/** @skotopes @DrZlo13
applications/tests/** @skotopes @DrZlo13 applications/tests/** @skotopes @DrZlo13
# Assets and asset generator # Assets and asset generator
assets/** @skotopes assets/** @skotopes @DrZlo13
# Bootloader # Bootloader
bootloader/** @skotopes bootloader/** @skotopes @DrZlo13
# Core, HAL and applocation loader # Core, HAL and applocation loader
core/** @DrZlo13 core/** @skotopes @DrZlo13
# Debug tools # Debug tools
debug/** @skotopes debug/** @skotopes @DrZlo13
# Firmware # Firmware
firmware/** @skotopes firmware/** @skotopes @DrZlo13
# Lib # Lib
lib/app-template/** @DrZlo13 lib/app-template/** @skotopes @DrZlo13
lib/callback-connector/** @DrZlo13 lib/callback-connector/** @skotopes @DrZlo13
lib/common-api/** @DrZlo13 lib/common-api/** @skotopes @DrZlo13
lib/cyfral/** @DrZlo13 lib/cyfral/** @skotopes @DrZlo13
lib/drivers/** @skotopes @gornekich lib/drivers/** @skotopes @DrZlo13 @gornekich
lib/fatfs/** @DrZlo13 lib/fatfs/** @skotopes @DrZlo13
lib/fnv1a-hash/** @DrZlo13 lib/fnv1a-hash/** @skotopes @DrZlo13
lib/littlefs/** @skotopes lib/littlefs/** @skotopes @DrZlo13
lib/mlib/** @skotopes lib/mlib/** @skotopes @DrZlo13
lib/onewire/** @DrZlo13 lib/onewire/** @skotopes @DrZlo13
lib/qrcode/** @DrZlo13 lib/qrcode/** @skotopes @DrZlo13
lib/ST25RFAL002/** @skotopes @gornekich lib/ST25RFAL002/** @skotopes @DrZlo13 @gornekich
lib/STM32CubeWB/** @skotopes lib/STM32CubeWB/** @skotopes @DrZlo13
lib/u8g2/** @skotopes lib/u8g2/** @skotopes @DrZlo13
lib/version/** @skotopes lib/version/** @skotopes @DrZlo13
# Make # Make
make/** @skotopes make/** @skotopes @DrZlo13