From e57a74419a72721bc2e301970fc296943cb4768b Mon Sep 17 00:00:00 2001 From: Nooo37 <70270606+Nooo37@users.noreply.github.com> Date: Wed, 4 Aug 2021 16:41:09 +0200 Subject: [PATCH] Create CODEOWNERS only added the most commonly PRed and the most clear cut files for now --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..97a2479 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +module/scratchpad.lua @Nooo37 +module/tabbed.lua @Nooo37 +widget/task_preview.lua @JavaCafe01 +widget/tag_preview.lua @JavaCafe01