summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-11-03 14:44:01 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-11-03 15:03:05 +0100
commit6233358b718b73b1edbe2d80c4c8606c22855e09 (patch)
tree397d3cc6df199c1e090352e5ab05d17008889bee /.github/CODEOWNERS
parent864249d79835c51259e7dc751a832238c60cc2a0 (diff)
downloadqutebrowser-6233358b718b73b1edbe2d80c4c8606c22855e09.tar.gz
qutebrowser-6233358b718b73b1edbe2d80c4c8606c22855e09.zip
Sort codeowners file
(cherry picked from commit 291cddc170caf552b5ed3587bbe5096fac8111e4)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a27cc9f1d..e29d2678d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,9 +1,10 @@
qutebrowser/browser/history.py @rcorre
qutebrowser/completion/* @rcorre
-qutebrowser/config/configdata.yml @mschilli87
qutebrowser/misc/sql.py @rcorre
tests/end2end/features/completion.feature @rcorre
tests/end2end/features/test_completion_bdd.py @rcorre
tests/unit/browser/test_history.py @rcorre
tests/unit/completion/* @rcorre
tests/unit/misc/test_sql.py @rcorre
+
+qutebrowser/config/configdata.yml @mschilli87