summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-07 17:58:38 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-07 17:58:38 +0200
commitf7dbd3c283f9564d5d19023a0876daf8cedcc217 (patch)
treec2eb8d9f42d9e45ce0777dafbc66ae597f224e66 /.github/CODEOWNERS
parent215503ba5901968573562306dbecfc47ef4a85a4 (diff)
downloadqutebrowser-f7dbd3c283f9564d5d19023a0876daf8cedcc217.tar.gz
qutebrowser-f7dbd3c283f9564d5d19023a0876daf8cedcc217.zip
Add initial CODEOWNERS file
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS10
1 files changed, 10 insertions, 0 deletions
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