From f7dbd3c283f9564d5d19023a0876daf8cedcc217 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 7 Jul 2017 17:58:38 +0200 Subject: [PATCH] Add initial CODEOWNERS file --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f623e0a93 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +* @The-Compiler + +qutebrowser/browser/history.py @The-Compiler @rcorre +qutebrowser/completion/* @The-Compiler @rcorre +qutebrowser/misc/sql.py @The-Compiler @rcorre +tests/end2end/features/completion.feature @The-Compiler @rcorre +tests/end2end/features/test_completion_bdd.py @The-Compiler @rcorre +tests/unit/browser/test_history.py @The-Compiler @rcorre +tests/unit/completion/* @The-Compiler @rcorre +tests/unit/misc/test_sql.py @The-Compiler @rcorre