CODEOWNERS 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # Who owns all the fish by default
  2. * @skotopes @DrZlo13 @hedger
  3. # Apps
  4. /applications/about/ @skotopes @DrZlo13 @hedger
  5. /applications/accessor/ @skotopes @DrZlo13 @hedger
  6. /applications/archive/ @skotopes @DrZlo13 @hedger @nminaylov
  7. /applications/bad_usb/ @skotopes @DrZlo13 @hedger @nminaylov
  8. /applications/bt/ @skotopes @DrZlo13 @hedger @gornekich
  9. /applications/cli/ @skotopes @DrZlo13 @hedger @nminaylov
  10. /applications/crypto/ @skotopes @DrZlo13 @hedger @nminaylov
  11. /applications/debug_tools/ @skotopes @DrZlo13 @hedger
  12. /applications/desktop/ @skotopes @DrZlo13 @hedger @nminaylov
  13. /applications/dialogs/ @skotopes @DrZlo13 @hedger
  14. /applications/dolphin/ @skotopes @DrZlo13 @hedger
  15. /applications/gpio/ @skotopes @DrZlo13 @hedger @nminaylov
  16. /applications/gui/ @skotopes @DrZlo13 @hedger
  17. /applications/ibutton/ @skotopes @DrZlo13 @hedger @gsurkov
  18. /applications/infrared/ @skotopes @DrZlo13 @hedger @gsurkov
  19. /applications/input/ @skotopes @DrZlo13 @hedger
  20. /applications/lfrfid/ @skotopes @DrZlo13 @hedger
  21. /applications/lfrfid_debug/ @skotopes @DrZlo13 @hedger
  22. /applications/loader/ @skotopes @DrZlo13 @hedger
  23. /applications/music_player/ @skotopes @DrZlo13 @hedger
  24. /applications/nfc/ @skotopes @DrZlo13 @hedger @gornekich
  25. /applications/notification/ @skotopes @DrZlo13 @hedger
  26. /applications/power/ @skotopes @DrZlo13 @hedger
  27. /applications/rpc/ @skotopes @DrZlo13 @hedger @nminaylov
  28. /applications/snake_game/ @skotopes @DrZlo13 @hedger
  29. /applications/storage/ @skotopes @DrZlo13 @hedger
  30. /applications/storage_settings/ @skotopes @DrZlo13 @hedger
  31. /applications/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm
  32. /applications/system/ @skotopes @DrZlo13 @hedger
  33. /applications/u2f/ @skotopes @DrZlo13 @hedger @nminaylov
  34. /applications/unit_tests/ @skotopes @DrZlo13 @hedger
  35. /applications/updater/ @skotopes @DrZlo13 @hedger
  36. # Assets
  37. /assets/ @skotopes @DrZlo13 @hedger
  38. # Furi Core
  39. /furi/ @skotopes @DrZlo13 @hedger
  40. # Debug tools and plugins
  41. /debug/ @skotopes @DrZlo13 @hedger
  42. # Documentation
  43. /documentation/ @skotopes @DrZlo13 @hedger @drunkbatya
  44. # Firmware targets
  45. /firmware/ @skotopes @DrZlo13 @hedger
  46. # Lib
  47. /lib/FreeRTOS-Kernel/ @skotopes @DrZlo13 @hedger
  48. /lib/FreeRTOS-glue/ @skotopes @DrZlo13 @hedger
  49. /lib/ST25RFAL002/ @skotopes @DrZlo13 @hedger @gornekich
  50. /lib/STM32CubeWB/ @skotopes @DrZlo13 @hedger @gornekich
  51. /lib/app-scened-template/ @skotopes @DrZlo13 @hedger
  52. /lib/callback-connector/ @skotopes @DrZlo13 @hedger
  53. /lib/digital_signal/ @skotopes @DrZlo13 @hedger @gornekich
  54. /lib/drivers/ @skotopes @DrZlo13 @hedger
  55. /lib/fatfs/ @skotopes @DrZlo13 @hedger
  56. /lib/flipper_format/ @skotopes @DrZlo13 @hedger
  57. /lib/fnv1a-hash/ @skotopes @DrZlo13 @hedger
  58. /lib/heatshrink/ @skotopes @DrZlo13 @hedger
  59. /lib/infrared/ @skotopes @DrZlo13 @hedger @gsurkov
  60. /lib/libusb_stm32/ @skotopes @DrZlo13 @hedger @nminaylov
  61. /lib/littlefs/ @skotopes @DrZlo13 @hedger
  62. /lib/lfs_config.h @skotopes @DrZlo13 @hedger
  63. /lib/micro-ecc/ @skotopes @DrZlo13 @hedger @nminaylov
  64. /lib/microtar/ @skotopes @DrZlo13 @hedger
  65. /lib/mlib/ @skotopes @DrZlo13 @hedger
  66. /lib/nanopb/ @skotopes @DrZlo13 @hedger
  67. /lib/nfc/ @skotopes @DrZlo13 @hedger @gornekich
  68. /lib/one_wire/ @skotopes @DrZlo13 @hedger
  69. /lib/qrcode/ @skotopes @DrZlo13 @hedger
  70. /lib/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm
  71. /lib/toolbox/ @skotopes @DrZlo13 @hedger
  72. /lib/u8g2/ @skotopes @DrZlo13 @hedger
  73. /lib/update_util/ @skotopes @DrZlo13 @hedger
  74. # Helper scripts
  75. /scripts/ @skotopes @DrZlo13 @hedger