diff options
author | 2018-02-08 10:55:51 +0000 | |
---|---|---|
committer | 2018-02-08 10:55:51 +0000 | |
commit | fd7abd9849519453cef38f78f1ae32a69e229296 (patch) | |
tree | ba5b48fdddacc509d0f80f3fcf77f4742bd1f85d /plugin/errors | |
parent | a4e0f6452d60356891408bc17ded393172daef70 (diff) | |
download | coredns-fd7abd9849519453cef38f78f1ae32a69e229296.tar.gz coredns-fd7abd9849519453cef38f78f1ae32a69e229296.tar.zst coredns-fd7abd9849519453cef38f78f1ae32a69e229296.zip |
Add OWNERS file (#1486)
This should have everyone, but the process was quite manual. The rename
from middleware -> plugin also meant I had to do some extra digging on
who actually submitted the PR. I also double checked the current list of
people with commit access.
Every plugin now has an OWNERS, except *reverse*. I'll file a bug for
that.
Diffstat (limited to 'plugin/errors')
-rw-r--r-- | plugin/errors/OWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/errors/OWNERS b/plugin/errors/OWNERS new file mode 100644 index 000000000..eee46f686 --- /dev/null +++ b/plugin/errors/OWNERS @@ -0,0 +1,4 @@ +reviewers: + - miekg +approvers: + - miekg |